All Projects → nubank → Fklearn

nubank / Fklearn

Licence: apache-2.0
fklearn: Functional Machine Learning

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Fklearn

Pycm
Multi-class confusion matrix library in Python
Stars: ✭ 1,076 (-17.55%)
Mutual labels:  data-science, data-analysis, ml
Datasciencevm
Tools and Docs on the Azure Data Science Virtual Machine (http://aka.ms/dsvm)
Stars: ✭ 153 (-88.28%)
Mutual labels:  data-science, data-analysis, ml
Rumale
Rumale is a machine learning library in Ruby
Stars: ✭ 526 (-59.69%)
Mutual labels:  data-science, data-analysis, ml
Graphia
A visualisation tool for the creation and analysis of graphs
Stars: ✭ 67 (-94.87%)
Mutual labels:  data-science, data-analysis
Tiledb
The Universal Storage Engine
Stars: ✭ 1,072 (-17.85%)
Mutual labels:  data-science, data-analysis
Openrefine
OpenRefine is a free, open source power tool for working with messy data and improving it
Stars: ✭ 8,531 (+553.72%)
Mutual labels:  data-science, data-analysis
Mathematicavsr
Example projects, code, and documents for comparing Mathematica with R.
Stars: ✭ 41 (-96.86%)
Mutual labels:  data-science, data-analysis
My Journey In The Data Science World
📢 Ready to learn or review your knowledge!
Stars: ✭ 1,175 (-9.96%)
Mutual labels:  data-science, data-analysis
Awesome Business Intelligence
Actively curated list of awesome BI tools. PRs welcome!
Stars: ✭ 1,157 (-11.34%)
Mutual labels:  data-science, data-analysis
Dream3d
Data Analysis program and framework for materials science data analytics, based on the managing framework SIMPL framework.
Stars: ✭ 73 (-94.41%)
Mutual labels:  data-science, data-analysis
Setl
A simple Spark-powered ETL framework that just works 🍺
Stars: ✭ 79 (-93.95%)
Mutual labels:  data-science, data-analysis
Data Science Lunch And Learn
Resources for weekly Data Science Lunch & Learns
Stars: ✭ 49 (-96.25%)
Mutual labels:  data-science, data-analysis
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (-7.74%)
Mutual labels:  data-science, data-analysis
Gopup
数据接口:百度、谷歌、头条、微博指数,宏观数据,利率数据,货币汇率,千里马、独角兽公司,新闻联播文字稿,影视票房数据,高校名单,疫情数据…
Stars: ✭ 1,229 (-5.82%)
Mutual labels:  data-science, data-analysis
Datacomparer
dataCompareR is an R package that allows users to compare two datasets and view a report on the similarities and differences.
Stars: ✭ 58 (-95.56%)
Mutual labels:  data-science, data-analysis
Python data analysis and mining action
《python数据分析与挖掘实战》的代码笔记
Stars: ✭ 1,027 (-21.3%)
Mutual labels:  data-science, data-analysis
Datacamp
🍧 A repository that contains courses I have taken on DataCamp
Stars: ✭ 69 (-94.71%)
Mutual labels:  data-science, data-analysis
Flyte
Accelerate your ML and Data workflows to production. Flyte is a production grade orchestration system for your Data and ML workloads. It has been battle tested at Lyft, Spotify, freenome and others and truly open-source.
Stars: ✭ 1,242 (-4.83%)
Mutual labels:  data-science, data-analysis
Janitor
simple tools for data cleaning in R
Stars: ✭ 981 (-24.83%)
Mutual labels:  data-science, data-analysis
Optimus
🚚 Agile Data Preparation Workflows made easy with dask, cudf, dask_cudf and pyspark
Stars: ✭ 986 (-24.44%)
Mutual labels:  data-science, data-analysis

fklearn: Functional Machine Learning

PyPI Documentation Status Gitter CircleCI codecov.io License

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

  1. Validation should reflect real-life situations.
  2. Production models should match validated models.
  3. Models should be production-ready with few extra steps.
  4. Reproducibility and in-depth analysis of model results should be easy to achieve.

Documentation | Getting Started | API Docs | Contributing |

Installation

To install via pip:

pip install fklearn

You can also install from the source:

git clone [email protected]:nubank/fklearn.git
cd fklearn
git checkout master
pip install -e .

License

Apache License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].