Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page