<a href="https://github.com/transitive-bullshit/scikit-learn-ts">
  <img alt="sklearn ts logo" src="/media/scikit-learn-ts-social.png">
  <h1 align="center">scikit-learn-ts</h1>
</a>

<p align="center">
  <a href="https://www.npmjs.com/package/sklearn"><img alt="NPM" src="https://img.shields.io/npm/v/sklearn.svg" /></a>
  <a href="https://github.com/transitive-bullshit/scikit-learn-ts/actions/workflows/test.yml"><img alt="Build Status" src="https://github.com/transitive-bullshit/scikit-learn-ts/actions/workflows/test.yml/badge.svg" /></a>
  <a href="https://github.com/transitive-bullshit/scikit-learn-ts/blob/main/license"><img alt="MIT License" src="https://img.shields.io/badge/license-MIT-blue" /></a>
  <a href="https://prettier.io"><img alt="Prettier Code Formatting" src="https://img.shields.io/badge/code_style-prettier-brightgreen.svg" /></a>
</p>

## Intro

This project enables Node.js devs to use Python's powerful [scikit-learn](https://scikit-learn.org/) machine learning library – *without having to know any Python*. 🤯

> See the [official docs](https://sklearn.vercel.app) and [github repo](https://github.com/transitive-bullshit/scikit-learn-ts) for more info.

## License

The official Python `scikit-learn` project is licensed under the [BSD 3-Clause](https://github.com/scikit-learn/scikit-learn/blob/main/COPYING).

This project is licensed under MIT © [Travis Fischer](https://transitivebullsh.it).

If you found this project helpful, please consider <a href="https://twitter.com/transitive_bs">following me on twitter <img src="https://storage.googleapis.com/saasify-assets/twitter-logo.svg" alt="twitter" height="24px" align="center"></a>
