Skip to content

Navigation Menu

Sign in
Sign up

Repository files navigation

Udacity Data Science Nanodegree: Personal Notes

These are my personal notes taken while following the Udacity Data Science Nanodegree.

The Nanodegree assumes basic data analysis skills with python libraries (pandas, numpy, matplotlib, sklearn, etc.) and has 5 modules that build up on those skills; each module has its corresponding folder in this repository with its guide Markdown file:

  1. Introduction to Data Science: 01_Intro_Data_Science.
  2. Software Engineering: 02_SoftwareEngineering.
  3. Data Engineering: 03_DataEngineering.
  4. Experimental Design & Recommendations: 04_ExperimentalDesign_RecSys.
  5. Data Scientist Capstone (Spark): 05_Capstone_Project.

Additionally, it is necessary to submit and pass some projects to get the certification:

A regular python environment with the usual data science packages should suffice (i.e., scikit-learn, pandas, matplotlib, etc.); any special/additional packages and their installation commands are introduced in the guides. A recipe to set up a conda environment with my current packages is the following:

conda create --name ds pip python=3.10
conda activate ds
pip install -r requirements.txt

As a side note, I list here some related free Udacity courses on several topics:

Mikel Sagardia, 2022.
No guarantees.

About

My personal notes, code and projects of the Udacity Data Science Nanodegree.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /