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')

API

View the documentation here.

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.2.zip (137.2 kB view details)

Uploaded Source

malss-0.1.2.tar.gz (109.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

malss-0.1.2.win-amd64.exe (236.9 kB view details)

Uploaded Source

File details

Details for the file malss-0.1.2.zip.

File metadata

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

File hashes

Hashes for malss-0.1.2.zip
Algorithm Hash digest
SHA256 d9bbdcdf23cac90716bd101e37aadea49b0268f8c2d202b89996bce56f87b1c0
MD5 35bd16d1a5dfbe77fcf93472854bb5d5
BLAKE2b-256 1b5752d085b88faef7d43bfda9280e16a672de33926d4389d1f419778d29ae18

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for malss-0.1.2.tar.gz
Algorithm Hash digest
SHA256 7724242eb8f237b7195ece6ef7132b83ee2f0a29e967168a8e9a3f1b08b4ec77
MD5 8bae1f6d35ae0dd4dd50787ae8503366
BLAKE2b-256 18b7ab00540a1dc66a7aaadd09080bb1b324f3ab850e67475c62ddf5fdcea60c

See more details on using hashes here.

File details

Details for the file malss-0.1.2.win-amd64.exe.

File metadata

  • Download URL: malss-0.1.2.win-amd64.exe
  • Upload date:
  • Size: 236.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for malss-0.1.2.win-amd64.exe
Algorithm Hash digest
SHA256 912f7672d22a3bff8f499e7f1767bfc1c315fba774e6fd386e6f2cd2dffa841e
MD5 5d112e4396c07f849967b0690d6cf017
BLAKE2b-256 5045f7689ac17a9de50c966108d92a4fdd474bd1f15711d6e656c73f04c1a17d

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