Skip to main content

SlickML: Slick Machine Learning in Python

SlickML is a machine learning library for Python. With SlickML, you can save more time on ML-Automation and ML-Tuning. Machine learing consists of many importants tricks that can only be learned in industry while dealing with production and deployment. Thus, the main philosophy of SlickML is to bring simplicity to produce more effective models with a minimal amount of code.

Installation

First, install Python 3.6 from https://www.python.org. and then run:

pip install slickml

Note: in order to avoid any potential conflicts with other Python packages it's recommended to use a virtual environment, e.g. python3 virtualenv (see python3 virtualenv documentation) or conda environments for further documentaiton.

Quick Start

Here is an example using SlickML to quickly visualize the binary classification metrics based on multiple calculated thresholds:

# train a classifier using loaded train/test data
from sklearn.ensemble import RandomForestClassifier
clf = RandomForestClassifier()
clf.fit(X_train, y_train)
y_pred_proba = clf.predict_proba(X_test)[:, 1]

# import slickml
from slickml.metrics import BinaryClassificationMetrics
example = BinaryClassificationMetrics(y_test, y_pred_proba)
example.plot_thresholds()

slickml viz1

Contributing

Please read the Contributing document to understand the requirements for submitting pull-requests. Note before starting any major new feature work, please open an issue describing what you are planning to work on. This will ensure that interested parties can give valuable feedback on the feature, and let others know that you are working on it.

Whether the contributions consists of adding new features, optimizing code, or assisting with the documentation, we welcome new contributors of all experience levels. The SlickML community goals are to be helpful and effective

Citing SlickML

If you use SlickML in academic work, please consider citing https://doi.org/10.1117/12.2304418

Bibtex Entry:

@inproceedings{tahmassebi2018ideeple,
  title={ideeple: Deep learning in a flash},
  author={Tahmassebi, Amirhessam},
  booktitle={Disruptive Technologies in Information Sciences},
  volume={10652},
  pages={106520S},
  year={2018},
  organization={International Society for Optics and Photonics}
}

APA Entry:

Tahmassebi, A. (2018, May). ideeple: Deep learning in a flash. In Disruptive Technologies in Information Sciences (Vol. 10652, p. 106520S). International Society for Optics and Photonics.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

slickml-0.0.2.tar.gz (6.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

slickml-0.0.2-py3-none-any.whl (7.4 kB view details)

Uploaded Python 3

File details

Details for the file slickml-0.0.2.tar.gz.

File metadata

  • Download URL: slickml-0.0.2.tar.gz
  • Upload date:
  • Size: 6.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.3

File hashes

Hashes for slickml-0.0.2.tar.gz
Algorithm Hash digest
SHA256 cf04cef1f5132882809ecb1f8f49efd979a58e206964557a0ff24d7c7504b302
MD5 149ad0baa3e558f963d962b19ff65710
BLAKE2b-256 869eccebd5f69908a6a592a0f0e540c4013ddb2210985d3af0d13b1109244582

See more details on using hashes here.

File details

Details for the file slickml-0.0.2-py3-none-any.whl.

File metadata

  • Download URL: slickml-0.0.2-py3-none-any.whl
  • Upload date:
  • Size: 7.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.7.3

File hashes

Hashes for slickml-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 61fc0f65ef7cb3603d699431c72cda5375ae9ac4e249935efec501e42b0d1945
MD5 5df38ca26bab3f102b52671fdee097b1
BLAKE2b-256 510801b02c590d2d1775916124b46cfdebb2d13d2f827b3ef82318caabdb8b80

See more details on using hashes here.

Supported by

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