File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 1.5.2] - 2023-03-13
8
+ ### Fixed
9
+ * Rename DGA domains scoring (gbm-onnx) tutorial.
10
+
7
11
## [ 1.5.1] - 2023-03-13
8
12
### Fixed
9
- * Fix Tutorial index of the documentation.
13
+ * Fix tutorial index of the documentation.
10
14
11
15
## [ 1.5.0] - 2023-03-13
12
16
### Added
13
- * Add DGA domains classifier (gm -onnx) tutorial.
17
+ * Add DGA domains classifier (gb -onnx) tutorial.
14
18
15
19
## [ 1.4.0] - 2023-03-07
16
20
### Added
Original file line number Diff line number Diff line change 1
- DGA domain scoring (GB -ONNX)
2
- ============================
1
+ DGA domain scoring (GBM -ONNX)
2
+ =============================
3
3
4
4
This tutorial shows how to perform real-time `DGA ` domain classification using
5
5
a machine learning model to have as output the classification probability
@@ -17,7 +17,7 @@ platform and exploit it through Devo query engine.
17
17
.. note ::
18
18
19
19
`The tutorial is available as a Jupyter notebook
20
- <https://github.com/DevoInc/python-mlmodelmanager-client/blob/main/notebooks/dga-domain-scoring-gb -onnx.ipynb> `_.
20
+ <https://github.com/DevoInc/python-mlmodelmanager-client/blob/main/notebooks/dga-domain-scoring-gbm -onnx.ipynb> `_.
21
21
22
22
Requirements
23
23
------------
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ Manager Client in the process of development a ML model.
10
10
11
11
dga-domain-classifier
12
12
dga-domain-classifier-keras-onnx
13
- dga-domain-scoring-gb -onnx
13
+ dga-domain-scoring-gbm -onnx
14
14
entity-classification-kmeans-onnx
Original file line number Diff line number Diff line change 7
7
"id" : " 1da8e72a-45df-4ed8-89f5-7ece428c45f4"
8
8
},
9
9
"source" : [
10
- " # DGA domain scoring (GB -ONNX)"
10
+ " # DGA domain scoring (GBM -ONNX)"
11
11
]
12
12
},
13
13
{
You can’t perform that action at this time.
0 commit comments