- Notifications
You must be signed in to change notification settings - Fork167
fklearn: Functional Machine Learning
License
NotificationsYou must be signed in to change notification settings
nubank/fklearn
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
fklearn uses functional programming principles to make it easier to solve real problems with Machine Learning.
The name is a reference to the widely knownscikit-learn library.
fklearn Principles
- Validation should reflect real-life situations.
- Production models should match validated models.
- Models should be production-ready with few extra steps.
- Reproducibility and in-depth analysis of model results should be easy to achieve.
Documentation |Getting Started |API Docs |Contributing |
To install via pip:
pip install fklearn
You can also install from the source:
git clone git@github.com:nubank/fklearn.gitcd fklearngit checkout masterpip install -e.
About
fklearn: Functional Machine Learning
Topics
Resources
License
Code of conduct
Stars
Watchers
Forks
Packages0
No packages published