Skip to content

Latest commit

 

History

History
47 lines (37 loc) · 3.5 KB

waiting-room.md

File metadata and controls

47 lines (37 loc) · 3.5 KB

General ML

  • civisml-extensions alt text - scikit-learn-compatible estimators from Civis Analytics
  • fklearn alt text - Functional Machine Learning
  • sklearn-extensions alt text - a consolidated package of small extensions to scikit-learn
  • bace alt text - A deck of Naive Bayes algorithms with sklearn-like API
  • HungaBunga - Brute-Force all sklearn models with all parameters using .fit .predict!
  • Random Forest Clustering - Unsupervised Clustering using Random Forests.sklearn

Gradient Boosting Machines

  • InfiniteBoost - building infinite ensembles with gradient descent
  • TGBoost alt text - Tiny Gradient Boosting Tree

Deap Learning

  • Conx - The On-Ramp to Deep Learning
  • quinn - pyspark methods to enhance developer productivity. alt text
  • scikit-chainer - Scikit-learn like interface to chainer. alt text
  • chainer_sklearn - Sklearn (Scikit-learn) like interface for Chainer. alt text

Data Manipulation

  • alexander alt text alt text - wrapper that aims to make scikit-learn fully compatible with pandas
  • Fuel - Data pipeline framework for machine learning.

Quantum Computing

Evaluation

Statistics

  • simplestatistics - Simple statistical functions implemented in readable Python.
  • pysie - Provides python implementation of statistical inference engine.