Skip to content

Commit 47f871d

Browse files
Merge pull request #29 from DevoInc/fix/rename-gbm-onnx-tutorial
fix: rename dga domains gbm onnx tutotial
2 parents fad1f5c + 8ea9861 commit 47f871d

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.5.2] - 2023-03-13
8+
### Fixed
9+
* Rename DGA domains scoring (gbm-onnx) tutorial.
10+
711
## [1.5.1] - 2023-03-13
812
### Fixed
9-
* Fix Tutorial index of the documentation.
13+
* Fix tutorial index of the documentation.
1014

1115
## [1.5.0] - 2023-03-13
1216
### Added
13-
* Add DGA domains classifier (gm-onnx) tutorial.
17+
* Add DGA domains classifier (gb-onnx) tutorial.
1418

1519
## [1.4.0] - 2023-03-07
1620
### Added

docs/source/tutorials/dga-domain-scoring-gb-onnx.rst renamed to docs/source/tutorials/dga-domain-scoring-gbm-onnx.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
DGA domain scoring (GB-ONNX)
2-
============================
1+
DGA domain scoring (GBM-ONNX)
2+
=============================
33

44
This tutorial shows how to perform real-time `DGA` domain classification using
55
a machine learning model to have as output the classification probability
@@ -17,7 +17,7 @@ platform and exploit it through Devo query engine.
1717
.. note::
1818

1919
`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>`_.
2121

2222
Requirements
2323
------------

docs/source/tutorials/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ Manager Client in the process of development a ML model.
1010

1111
dga-domain-classifier
1212
dga-domain-classifier-keras-onnx
13-
dga-domain-scoring-gb-onnx
13+
dga-domain-scoring-gbm-onnx
1414
entity-classification-kmeans-onnx

notebooks/dga-domain-scoring-gb-onnx.ipynb renamed to notebooks/dga-domain-scoring-gbm-onnx.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"id": "1da8e72a-45df-4ed8-89f5-7ece428c45f4"
88
},
99
"source": [
10-
"# DGA domain scoring (GB-ONNX)"
10+
"# DGA domain scoring (GBM-ONNX)"
1111
]
1212
},
1313
{

0 commit comments

Comments
 (0)