Skll

Latest version: v5.0.1

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

Scan your dependencies

Page 6 of 12

0.22.4

Fix missing `import sys` in `run_experiment.py`

0.22.3

Very minor bug fix release. Changes are:
- `main` functions for all utility scripts now take optional argument lists to make unit testing simpler (and not require subprocesses).
- Fix another bug that was causing missing "ablated features" lists in summary files.

0.22.2

Fix crash with `filter_megam` and `join_megam` due to references to old API.

0.22.1

Minor bug fix release. Changes are:
- Switch to joblib.dump and joblib.load for serialization (should fix 94)
- Switch to using official drmaa-python release now that it's updated on PyPI
- Fix issue where training examples were being loaded for pre-trained models (95)
- Change to using `entry_points` to generate scripts instead of `scripts` in `setup.py`, and utilities are now in a sub-package.

0.22.0

This release features mostly bug fixes, but also includes a few minor features:
- Change license to BSD 3 clause. Now any of our code could be added back into scikit-learn without licensing issues.
- Add gamma to default paramater search grid for SVC (84).
- Add `--verbose` flag to `run_experiment` to simplify debugging.
- Add support for wheel packaging.
- Fixed bug in `_write_summary_file` that prevented writing of summary files for `--ablation_all` experiments.
- Fixed SVR kernel string type issue (87).
- Fixed `fit_intercept` default value issue (88).
- Fixed incorrect error message (86)
- Tweaked `.travis.yml` to make builds a little faster.

0.21.0

- Added support for `ElasticNet`, `Lasso`, and `LinearRegression`
learners.
- Reorganized examples, and created new example based on the Kaggle
[Titanic](http://www.kaggle.com/c/titanic-gettingStarted) data set.
- Added ability to easily create multiple files at once when using
`write_feature_file`. (80)
- Added support for the `.ndj` file extension for new-line delimited JSON
files. It's the same format as `.jsonlines`, just with a different name.
- Added support for comments and skipping blank lines in `.jsonlines`
files.
- Made some efficiency tweaks when creating logging messages.
- Made labels in `.results` files a little clearer for objective function
scores.
- Fixed some misleading error messages.
- Fixed issue with backward-compatibility unit test in Python 2.7.
- Fixed issue where predict mode required data to already be labelled.

Page 6 of 12

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.