neatbook

One line of code that makes a notebook that writes code that writes code.


Keywords
automated, machine, learning, cleaning, classification, code, generation
License
MIT
Install
pip install neatbook==0.20

Documentation

neatbook

One line generates your Python project. Further configuration is optional. Save hours by learning this simple package.

Install

Run this command:

   pip install neatbook

Using

  1. Create a new project directory

  2. Create a python file with this code inside that directory:

    from neatbook.neatbook import *
    Neatbook()
    
  3. Execute this python script with the command line

  4. Find and open the Jupyter Notebook created for you in the same directory

  • (Install anaconda if you would like to open Jupyter Notebooks)
  1. Follow the instructions for installing TPOT here: http://epistasislab.github.io/tpot/installing/