Utilities for scikit-learn to quickly build and experiment with machine learning models.
Project description
Utilities for scikit-learn to quickly build and experiment with machine learning models.
Installation
pip install sk
Usage
from sk import * iris = datasets.load_iris() X, y = iris.data, iris.target model = SVC(gamma='scale') model.fit(X, y)
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size sk-0.0.1.tar.gz (1.8 kB) | File type Source | Python version None | Upload date | Hashes View |