nubank / fklearn
- суббота, 27 апреля 2019 г. в 00:17:22
Python
fklearn: Functional Machine Learning
fklearn uses functional programming principles to make it easier to solve real problems with Machine Learning.
The name is a reference to the widely known scikit-learn library.
fklearn Principles
Documentation | Getting Started | API Docs |
To install via pip:
pip install fklearn
You can also install from the source:
git clone git@github.com:nubank/fklearn.git
cd fklearn
git checkout master
pip install -e .Please review our contribution guidelines and code of conduct when contributing.