nubank/fklearn
fklearn: Functional Machine Learning
This is a library for Python developers who want to build and deploy machine learning models. It takes your raw data and helps you construct models that are easier to validate, understand, and move into production. It's designed for data scientists and machine learning engineers who need to ensure their models are robust and reliable in real-world applications.
1,539 stars. No commits in the last 6 months. Available on PyPI.
Use this if you are a Python developer or data scientist building machine learning models and need a framework that emphasizes validation, reproducibility, and smooth deployment to production.
Not ideal if you are looking for a no-code solution or are not comfortable with Python programming and machine learning concepts.
Stars
1,539
Forks
171
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Apr 23, 2025
Commits (30d)
0
Dependencies
6
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/nubank/fklearn"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
uxlfoundation/scikit-learn-intelex
Extension for Scikit-learn is a seamless way to speed up your Scikit-learn application
INRIA/scikit-learn-mooc
Machine learning in Python with scikit-learn MOOC
ddbourgin/numpy-ml
Machine learning, in numpy
gavinkhung/machine-learning-visualized
ML algorithms implemented and derived from first-principles in Jupyter Notebooks and NumPy
workofart/ml-by-hand
A deep learning library built from scratch with complex neural networks examples built on top...