Skip to content

Data Science tutorials authored by me. Will be updated as I create them/learn them!

Notifications You must be signed in to change notification settings

SrikarKashyap/datascience-tutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Data Science Tutorials

Data Science tutorials authored by me (Srikar Kashyap Pulipaka). Will be updated as I create them/learn them!

Local Installation

  • These IPython kernels can be run locally. Make sure you have Jupyter Notebooks installed. Anaconda should do. For more details on installing Anaconda, see (https://docs.anaconda.com/anaconda/install/)
  • All required datafiles are also included in this repo.

Steps to be followed

  • Clone this repository to your configured local machine.

    git clone https://github.com/SrikarKashyap/datascience-tutorials

  • Navigate to the cloned folder.

    cd datascience-tutorials

  • Fire up the Jupyter Notebook environment from the terminal.

    jupyter notebook

  • Open up any of the folders and click on the displayed ipynb file to open them!