SciKit-Learn Laboratory provides a number of utilities to make it simpler to run common scikit-learn experiments with pre-generated features.
Project description
This package provides a number of utilities to make it simpler to run common scikit-learn experiments with pre-generated features.
Command-line Interface
run_experiment is a command-line utility for running a series of learners on datasets specified in a configuration file. For more information about using run_experiment (including a quick example), go here.
Python API
If you just want to avoid writing a lot of boilerplate learning code, you can use our simple well-documented Python API. The main way you’ll want to use the API is through the load_examples function and the Learner class. For more details on how to simply train, test, cross-validate, and run grid search on a variety of scikit-learn models see the documentation.
Requirements
Python 2.7+
Grid Map (only required if you plan to run things in parallel on a DRMAA-compatible cluster)
Changelog
v0.9.3
Fixed bug with merging feature sets that used to cause a crash.
If you’re running scikit-learn 0.14+, use their StandardScaler, since the bug fix we include in FixedStandardScaler is in there.
Unit tests all pass again
Lots of little things related to using travis (which do not affect users)
v0.9.2
Fixed example.cfg path issue. Updated some documentation.
Made path in make_example_iris_data.py consistent with the updated one in example.cfg
v0.9.1
Fixed bug where classification experiments would raise an error about class labels not being floats
Updated documentation to include quick example for run_experiment.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file skll-0.9.3.tar.gz
.
File metadata
- Download URL: skll-0.9.3.tar.gz
- Upload date:
- Size: 62.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 474bb2652418707f2c39a1c5263ed0ba6bef0b3f1c4a39e656076a15132df25c |
|
MD5 | 5723da563ef5a34da839e19410026352 |
|
BLAKE2b-256 | 7e8908ac5dd7a350936375ce4022c0726969a90d3b4a70cca386151a2b05fbe3 |