Skip to content

drusk/pml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pml

Simple interface to Python machine learning algorithms.

Status: version 0.0.1, i.e. in early development. Do not consider the API to be stable.

Installation

An installation script for Ubuntu is provided in the scripts/install directory. This script sets up the required dependencies for you:

If you already have these dependencies, you can simply install PML using pip:

sudo pip install git+https://github.com/drusk/pml.git

If you don't have pip but have easy_install, do

sudo easy_install pip

If you don't have easy_install either, follow these installation instructions: http://www.pip-installer.org/en/latest/installing.html

Usage

PML is intended to provide:

  • an easy to use programmatic interface to machine learning and data analysis tools
  • an interactive environment for exploring data

For the latter, typing "pml" in your favourite shell will start up an interactive session using IPython (called the PML shell).

Documentation

Online documentation can be found at: http://pml.readthedocs.org/en/latest/index.html

Additionally, try out the tutorials by starting the PML shell and typing "tutorial".

Examples

See https://github.com/drusk/pml-applications for some examples of using PML.

About

Simple interface to Python machine learning algorithms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published