Aict-tools

Latest version: v0.27.1

Safety actively analyzes 630254 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.21.0

* Allow application of multiple cuts to the same variable in `aict_apply_cuts`, the old format is still supported, but new files should use a list of cuts instead of a dict:

Old:

selection:
width: ['<=', 20]


New:

selection:
- width: ['<=', 20]
- width: ['>=', 5] now possible


* call tight_layout before saving plots in `aict_plot_*_performance` 113
* Add option for an alternative definition of the true value of disp, see 106

0.20.4

* Warning instead of error in case an empty feature generation config is given.

0.20.3

* Several fixes to make plots work with the matplotlib pgf backend

0.20.1

* Log ROC Aucs in aict_train_separation_model
* Officially support python 3.8

0.20.0

* aict-tools can now apply models stored using onnx or pmml. However, application of models stored to pickle is still the fastest option for most models.

0.19.0

* Fixing the configuration of the output names. These can now be set using `output_name: ` in the models section
* Use onnxruntime v1.0

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.