Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 2.43 KB

README.md

File metadata and controls

36 lines (29 loc) · 2.43 KB

Data Analytics & Science

Training material and references for Data Science and analytics with Python

Contents

This repository contains training material in the form of references, example notebooks, and some challenging exercises. These exercises try to cover machine learnings basics like linear and logistic regression models, as well as classification through natural language processing.

Example notebooks have various content:

  • Supervised and unsupervised learning
  • Time series forecasting
  • Code snippets for basic clustering, correlation, A / B testing, heatmaps and more
  • Weather classification through decision trees
  • Using machine learning to figure out a diabetes use case
  • and more!

Prequisite knowledge

If you are new to machine learning, or machine learning with python, we recommend the learn machine learning course. This course goes through Data Science, Statistics, and Math. All of which are explained by using Python!

If you have some basic Python skills and now a bit of statistics than you can jump into exercise 1 right away, and try to follow the tutorial that comes with it.

Tutorials

During the creation of this repository, we encountered many many tutorials which all explain things in a very clear and methodical way

Acknowledgments

This repository would not exist without the work of many great minds. In particular we would like to acknowledge:

Disclaimer

This repository is solely meant for training purposes. We tried to include links to the original sources where possible. People are free to fork this repository and add more exercises, links, tutorials, and examples.