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.
Source Distribution
sk-0.0.1.tar.gz
(1.8 kB
view details)
File details
Details for the file sk-0.0.1.tar.gz
.
File metadata
- Download URL: sk-0.0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/41.4.0 requests-toolbelt/0.8.0 tqdm/4.20.0 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1442e204f70017b0857bdf2d8e9f7264797ca5c0213e7bf03fcc69579e805f15 |
|
MD5 | b779024b619282b54029a12a9dab8286 |
|
BLAKE2b-256 | 7a82f13977ecd1f31e3e366b9fee28a909fb47367e03047c3b2a2aa6b9a2ce74 |