Skip to content

MichoelSnow/data_science

Repository files navigation

Data Science

This is a hodgepdoge of topics I find interesting, challenging, or just can never remember in data science.

Almost everything is written as jupyter notebooks, in the notebooks directory.

The loose notebooks are topics not big enough for their own directories, yet. The two areas of focus so far are

Using the code

In addition to the packages listed in the requirements file, the notebooks will reference code in different directories in the src folder. The simplest way to add that code to your python environment is to create a symbolic link from the folder to your site packages directory.

For example to utilize the code in the data_sci directory in your conda environment

  • *nix
ln -s ~/git/data_science/src/data_sci /directory/to/env/site-packages
  • Windows
mklink /d c:\git\data_science\src\data_sci e:\directory\to\env\site-packages

Project based on the cookiecutter data science project template. #cookiecutterdatascience

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published