Last Updated: September 29, 2021
·
388
· canard0328

Machine leaning support python package: MALSS

I made a machine learning support python package (Machine Learning Support System: MALSS).

PyPI / GitHub

Purpose

It is now easier than ever to do data analysis using machine learning techniques thanks to many open source software.

But some people will make a mistake in the analysis from lack of adequate machine learning knowledge.

MALSS automatize the data analysis and educate beginners in machine learning.

Target

The main target of MALSS are quantitative engineers not quantitative analysts.

And MALSS focuses on supervised learning in machine learning domain.

Because data analysis procedures in supervised learning for quantitative analysis are suitable for automation.

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.15)
  • matplotlib (>= 1.1)
  • pandas (>= 0.13)
  • jinja2 (>= 2.6)

Anaconda will be convenient for you.

Installation

pip install -U malss

or

python setup.py install

Any comments will be gratefully appreciated.