Skip to content
This repository has been archived by the owner on Oct 9, 2021. It is now read-only.

Latest commit

 

History

History
42 lines (31 loc) · 1.17 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.17 KB

MLstats

Automate data set analysis using web interface.


Problem


Plots generated directly from your system usually generates many windows. It`s hard to operate and makes you slower. In many popular IDEs, outcomes (e.g. plots) are generaly generated in shared window next to your code. If you haven`t got two screens, it is uncomfortable to explore.

Solution


MLstats

Installation


git clone https://github.com/szachovy/MLstats.git
cd MLstats/
pip3 install -r requirements.txt

Note: Change to different pip* if it does not work.
Note: This is temporary solution.

Run


python3 upload.py

Then:
Open your web browser and type 127.0.0.1:5000

Note: User must be in project directory.
Note: This is temporary solution.