Skll

Latest version: v5.1.0

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

Scan your dependencies

Page 10 of 12

0.9.17

- Added `skll.data.convert_examples` function to convert a list
dictionaries to an ExamplesTuple.
- Added a new optional field to configuration file, `ids_to_floats`, to
help save memory if you have a massive number of instances with numeric
IDs.
- Replaced `use_dense_features` and `scale_features` options with
`feature_scaling`. See the
[run_experiment documentation](http://skll2.readthedocs.org/en/latest/run_experiment.html#creating-configuration-files)
for details.

0.9.16

- Fixed summary output for ablation experiments. Previously summary files
would not include all results.
- Added ablation unit tests.
- Fixed issue with generating PDF documentation.

0.9.15

- Added two new _required_ fields to the configuration file format under the
`General` heading: `experiment_name` and `task`. See the
`run_experiment documentation <http://skll.readthedocs.org/en/latest/run_experiment.html#creating-configuration-files>`__
for details.
- Fixed an issue where the "loading..." message was never being printed when
loading data files.
- Fixed a bug where keyword arguments were being ignored for metrics when
calculating final scores for a tuned model. This means that **previous**
**reported results may be wrong for tuning metrics that use keywords**
**arguments**: `f1_score_micro`, `f1_score_macro`,
`linear_weighted_kappa`, and `quadratic_weighted_kappa`.
- Now try to convert IDs to floats if they look like them to save
memory for very large files.
- `kappa` now supports negative ratings.
- Fixed a crash when specifing `grid_search_jobs` and pre-specified folds.

0.9.14

- Hotfix to fix issue where `grid_search_jobs` setting was being overriden
by `grid_search_folds`.

0.9.13

- Added `skll.data.write_feature_file` (also available as
`skll.write_feature_file`) to simplify outputting .jsonlines, .megam, and
.tsv files.
- Added more unit tests for handling .megam and .tsv files.
- Fixed a bug that caused a crash when using gridmap.
- `grid_search_jobs` now sets both `n_jobs` and `pre_dispatch` for
`GridSearchCV` under the hood. This prevents a potential memory issue when
dealing with large datasets and learners that cannot handle sparse data.
- Changed logging format when using `run_experiment` to be a little more
readable.

0.9.12

- Fixed serious issue where merging feature sets was not working correctly.
**All experiments conducted using feature set merging** (i.e., where you
specified a list of feature files and had them merged into one set for
training/testing) **should be considered invalid**. In general, your
results should previously have been poor and now should be much better.
- Added more verbose regression output including descriptive statistics
and Pearson correlation.

Page 10 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.