Skip to content

timsetsfire/regression-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

regression-from-scratch

demonstrate how to do regression from scratch in python with numpy for PGH Data Science Meetup.

requirements

  • conda

setup

run the following in terminal

conda install nb_conda -q --yes

followed by

conda create --name=pgh_data_science python=3.5 --file=requirements.txt --yes

which will create the environment for regression from scratch. to switch to that environment use

activate pgh_data_science on windows or source activate pgh_data_science on linux

About

demonstrate how to do regression from scratch in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published