You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

A Python wrapper for MADlib - an open source library for scalable in-database machine learning algorithms

  1. PyMADlib page at GitHub
  2. Installing pymadlib

Tutorials

Vatsan PyMADlib Tutorial

Source Code

pymadlib Source Code - current stable version

Please note that PyMADlib as of now is only compatible with MADlib v0.5. You can obtain MADlib v0.5 from MADlib v0.5.

It currently supports 5 algorithms:

  1. Linear regression
  2. Logistic Regression
  3. SVM (regression & classification)
  4. K-Means
  5. LDA


upgrading to MADlib 1.9.1 - work in progress

roadmap for this version is to:

  1. make it work with MADlib 1.9.1
  2. make it compatible with scikit-learn

 

  • No labels