deep_autoviml

(โ˜… 119)

Build tensorflow keras model pipelines in a single line of code. Now with mlflow tracking. Created by Ram Seshadri. Collaborators welcome. Permission granted upon request.

  • code-of-conduct.md
  • contributing.md
  • deep_1.jpg
  • deep_2.jpg
  • deep_3.jpg
  • deep_4.jpg
  • deep_5.jpg
  • deep_6.jpg
  • deep_7.jpg
  • deep_8.jpg
  • Deep_Auto_ViML_Timeseries.ipynb
  • LICENSE
  • logo.jpg
  • README.md
  • requirements.txt
  • setup.cfg
  • setup.py

# Installation Guide

1. Get the code
git clone https://github.com/AutoViML/deep_autoviml

Downloads the entire project code from GitHub to your computer.

cd deep_autoviml

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install -r requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

jupyter notebook

Launches Jupyter in your browser so you can open and run the notebook (.ipynb) files.

โœ… If it runs without errors and prints output in the terminal, it worked.
// repository documentation