SciKit-Learn Laboratory makes it easier to run machinelearning experiments with scikit-learn.
Project description
This Python package provides utilities to make it easier to run machine learning experiments with scikit-learn.
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 Python API. The main way you’ll want to use the API is through the Learner and Reader classes. 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.
A Note on Pronunciation
SciKit-Learn Laboratory (SKLL) is pronounced “skull”: that’s where the learning happens.
Requirements
Python 2.7+
Grid Map (only required if you plan to run things in parallel on a DRMAA-compatible cluster)
configparser (only required for Python 2.7)
logutils (only required for Python 2.7)
mock (only required for Python 2.7)
Talks
Books
SKLL is featured in Data Science at the Command Line by Jeroen Janssens.
Changelog
See GitHub releases.
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
Built Distribution
File details
Details for the file skll-1.0.0.tar.gz
.
File metadata
- Download URL: skll-1.0.0.tar.gz
- Upload date:
- Size: 123.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fe502bb43496500fe70b6019a9071071a107ef7e33750b86a3f68ca06e66cefc |
|
MD5 | 279951d6f3c16f78f7cdcd1aae108da5 |
|
BLAKE2b-256 | 2a5f88f2c83f881d1ef2f87462fd522942b6675b902cb9d46618f1181188c01a |
Provenance
File details
Details for the file skll-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: skll-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 71.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b807e0bf32b0aab0805211adff75f67367a20927c3143ee4272e689fb1d1469 |
|
MD5 | 4acf0650a49516f258c5309d2d5b4a95 |
|
BLAKE2b-256 | 28eac6b5722725dad2bfc937e1fa7697016c2433266899108639675bfd286c23 |