All Projects → datascience-course → 2018-datascience-lectures

datascience-course / 2018-datascience-lectures

Licence: MIT license
Lecture content for Intro to Data Science 2018

Programming Languages

Jupyter Notebook
11667 projects
HTML
75241 projects

Projects that are alternatives of or similar to 2018-datascience-lectures

schrutepy
The Entire Transcript from the Office in Tidy Format
Stars: ✭ 22 (-31.25%)
Mutual labels:  datascience
mlops-case-study
MLOps Case Study
Stars: ✭ 23 (-28.12%)
Mutual labels:  datascience
wildebeest
File processing pipelines
Stars: ✭ 86 (+168.75%)
Mutual labels:  datascience
assigner
Population assignment analysis using R
Stars: ✭ 17 (-46.87%)
Mutual labels:  datascience
dku-kaggle-class
단국대 SW중심대학 2020년도 오픈소스SW설계 - 캐글뽀개기 수업 일정 및 강의자료
Stars: ✭ 48 (+50%)
Mutual labels:  datascience
bayarea-2019-scikit-sprint
Bay Area WiMLDS scikit-learn open source sprint (Nov 2, 2019)
Stars: ✭ 16 (-50%)
Mutual labels:  datascience
fastai-num-linalg-v2-zh
📖 [译] fast.ai 数值线性代数讲义 v2
Stars: ✭ 72 (+125%)
Mutual labels:  lecture-notes
presto-kubernetes
Running Presto on k8s
Stars: ✭ 38 (+18.75%)
Mutual labels:  datascience
Statistical-Learning-using-R
This is a Statistical Learning application which will consist of various Machine Learning algorithms and their implementation in R done by me and their in depth interpretation.Documents and reports related to the below mentioned techniques can be found on my Rpubs profile.
Stars: ✭ 27 (-15.62%)
Mutual labels:  datascience
WikiChron
Data visualization tool for wikis evolution
Stars: ✭ 19 (-40.62%)
Mutual labels:  datascience
LaTeX-Templates
Commented templates for CVs, homework, lecture notes, presentations, research papers, and essays, with commands for math/statistics symbols
Stars: ✭ 45 (+40.63%)
Mutual labels:  lecture-notes
ytpriv
YT metadata exporter
Stars: ✭ 28 (-12.5%)
Mutual labels:  datascience
DGFraud-TF2
A Deep Graph-based Toolbox for Fraud Detection in TensorFlow 2.X
Stars: ✭ 84 (+162.5%)
Mutual labels:  datascience
ML-DS-Guide
Complied Resources for learning Machine Learning & Data Science
Stars: ✭ 42 (+31.25%)
Mutual labels:  datascience
metallicaRt
R package of colour palettes based on Metallica studio album covers.
Stars: ✭ 18 (-43.75%)
Mutual labels:  datascience
R-Learning-Journey
Some of the projects i made when starting to learn R for Data Science at the university
Stars: ✭ 19 (-40.62%)
Mutual labels:  datascience
comet-for-mlflow
Comet-For-MLFlow Extension
Stars: ✭ 48 (+50%)
Mutual labels:  datascience
android-lecture
android lecture notes
Stars: ✭ 25 (-21.87%)
Mutual labels:  lecture-notes
DataScienceTutorials.jl
A set of tutorials to show how to use Julia for data science (DataFrames, MLJ, ...)
Stars: ✭ 94 (+193.75%)
Mutual labels:  datascience
data science portfolio
Portfolio of data science projects completed by me for academic, self learning, and hobby purposes.
Stars: ✭ 51 (+59.38%)
Mutual labels:  datascience

Introduction to Data Science - Lecture Material

Course website: http://datasciencecourse.net

This repository (will) contain(s) the material used in the lectures. You can manually download the files for each lecture, but we recommend that you use git to clone and update this repository.

You can use GitHub Desktop to update this repository as new lectures are published, or you can use the following commands (recommended):

Initial Step: Cloning

When you clone a repository you set up a copy on your computer. Run:

git clone https://github.com/datascience-course/2018-datascience-lectures

This will create a folder 2018-datascience-lectures on your computer, with the individual labs in subdirectories.

Updating

As we release new lectures or update lectures, you'll have to update your repository. You can do this by changing into the 2018-datascience-lectures directory and executing:

git pull

That's it - you'll have the latest version of the lectures.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].