Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 836 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 836 Bytes

Workshops

Basics:

1-eda_titanic: Exploratory Data Analysis (EDA) Challenge

2-etl_wheather_api: Extract, Transform and load data to construct a whather API

3-math_livecoding: Linear Algebra with NumPy

Machine Learning:

4-forecasting_nfp_lr: Forecasting Non-Farm Payrolls With Linear Regression

5-color_reduction: Color reduction with cluster algorithms (K-Means)

6-causal_inference: Causal Interference

Getting Started

  1. Fork the Repository: Start by forking this repository to your GitHub account. This will be your working space for the workshop.
  2. Clone the Repository: Clone the forked repository to your local machine.
  3. Branching: Each participant will create their own branch for working on assigned tasks. This approach will help simulate a real collaborative coding environment.

Happy Coding!