Skip to content

gusseppe/pymach

Repository files navigation

pymach

Pymach is a tool to accelerate the development of models based on Machine Learning, check if there are patterns to exploit on a dataset. It aims to develop a first roadmap that gives an idea of the problem we are dealing with. The following pictures best explain the concept behind pymach.

Installation

Run using google colab:

image

Using conda

  • conda create -n pymach python=3.6
  • source activate pymach
  • git clone https://github.com/gusseppe/pymach
  • cd pymach
  • pip install -r requirements.txt
  • cd pymach
  • python index.py

Using Docker

You can modify the files in your current folder and see the modification in your container.

Define

image

Analyze

image

image

Model

image

image

Predict

image

Features

  • TODO

Credits

This package was created using Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Pymach is a tool to accelerate the development of models based on Machine Learning, looking for the best model for your data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages