Skip to content

carriethaw/ML-with-Python-Tepper-CY21-AW4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning with Python

Open In Colab

Tepper MBA PTOH CY21 AW4 Workshop

Past, Present, Future Monthly Prices

Quick Start

Want to play with these notebooks online without having to install anything? Use Google's Colaboratory!

Want to install this project on your own machine?

Docker Install
  1. Build Docker Image
    • docker build . -t ml
  2. Run Docker Container
    • docker run -p 8888:8888 -v $(pwd):/home/jovyan/work ml
  3. Open Jupyter notebook!
Host Install
  1. Install Anaconda
  2. Clone this project
  3. Install Dependencies
  4. Add Kernel, python -m ipykernel install --user --name=ml
  5. Run Jupyter, jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors