Skip to main content

MALSS: MAchine Learning Support System

Project description

malss is a python module to facilitate system development using machine learning algorithms.

https://travis-ci.org/canard0328/malss.svg?branch=master

Requirements

These are external packages which you will need to install before installing malss.

  • python (>= 2.7, 3.x’s are not supported)

  • numpy (>= 1.6.1)

  • scipy (>= 0.9)

  • scikit-learn (>= 0.14)

  • matplotlib (>= 1.3)

  • pandas (>= 0.13)

  • jinja2 (>= 2.7)

Windows

If there are no binary packages matching your Python version you might to try to install these dependencies from Christoph Gohlke Unofficial Windows installers.

Installation

pip install malss

Example

Classification:

from malss import MALSS
from sklearn.datasets import load_iris
iris = load_iris()
cls = MALSS(iris.data, iris.target, task='classification')
cls.execute()
cls.make_report('classification_result')
cls.make_sample_code('classification_sample_code.py')

Regression:

from malss import MALSS
from sklearn.datasets import load_boston
boston = load_boston()
cls = MALSS(boston.data, boston.target, task='regression')
cls.execute()
cls.make_report('regression_result')
cls.make_sample_code('regression_sample_code.py')

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

malss-0.1.1.zip (13.9 kB view details)

Uploaded Source

malss-0.1.1.tar.gz (8.8 kB view details)

Uploaded Source

File details

Details for the file malss-0.1.1.zip.

File metadata

  • Download URL: malss-0.1.1.zip
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for malss-0.1.1.zip
Algorithm Hash digest
SHA256 52aadfb952a1be687d279dfd5d069e04f93f17560a78bbd698adc21924c6694b
MD5 da73271ba0e4ea47da6c337df1ab4a6b
BLAKE2b-256 b3d29044d859ff296f81ae1a927bd202683e7c87920dd4f825bcb8d2c9c5c05f

See more details on using hashes here.

File details

Details for the file malss-0.1.1.tar.gz.

File metadata

  • Download URL: malss-0.1.1.tar.gz
  • Upload date:
  • Size: 8.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for malss-0.1.1.tar.gz
Algorithm Hash digest
SHA256 0c5bff1430c293418eba416580f9a8332db75c585922854095b259f262600641
MD5 040a63dac1267328b155874a9d17f582
BLAKE2b-256 d03806a36a24599832b4ba1f8e63171b4d913b88ad276f352b03dc6072550282

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page