Skip to content

Commit

Permalink
link checks
Browse files Browse the repository at this point in the history
  • Loading branch information
adamvig96 committed Oct 19, 2022
1 parent 0ff4f3e commit ac4dcef
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions lecture17-basic-spatial-viz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ After successfully completing [`02_spatial_datavisualisation.ipynb`](https://git
- Use nice color maps with unique palettes
- Task for Vienna: replicate the same as for London

After successfully completing [`02_spatial_datavisualisation_plotly.ipynb`](https://github.com/gabors-data-analysis/da-coding-python/blob/main/lecture17-basic-spatial-viz/02_spatial_datavisualisation_plotly.ipynb) students should be able:

- Use`plotly`'s 'choropleth_mapbox' function to create interactive maps.


## Lecture Time

Ideal overall time: **40-60 mins**.
Expand Down
2 changes: 1 addition & 1 deletion lecture19-lasso/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Case study:
- [Chapter 14, B: Predicting AirBnB apartment prices: selecting a regression model](https://gabors-data-analysis.com/casestudies/#ch14b-predicting-airbnb-apartment-prices-selecting-a-regression-model)

## Learning outcomes
After successfully completing [`lasso_aribnb.ipynb`](https://github.com/gabors-data-analysis/da-coding-python/blob/main/lecture19-lasso/codes/lasso_aribnb.ipynb), students should be able:
After successfully completing [`02_lasso_airbnb_prediction.ipynb`](https://github.com/gabors-data-analysis/da-coding-python/blob/main/lecture19-lasso/02_lasso_airbnb_prediction.ipynb), students should be able:

- Data cleaning and refactoring to prepare for LASSO type modelling
- Basic feature engineering for LASSO
Expand Down
2 changes: 1 addition & 1 deletion lecture21-random-forest/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Case study:

Lecturer/students should be aware that there is a separate file: [`airbnb_prepare.R`](https://github.com/gabors-data-analysis/da-coding-rstats/blob/main/lecture24-random-forest/codes/airbnb_prepare.R) for this seminar, overviewing only the data cleaning and feature engineering process. This is extremely important and powerful to understand how to prepare the data for these methods, as without it data analysts do garbage-in garbage-out analysis... Usually, due to time constraints, this part is not covered in the seminar but asked students to cover it before the seminar.

After successfully completing [`randomforest_airbnb.R`](https://github.com/gabors-data-analysis/da-coding-rstats/blob/main/lecture24-random-forest/codes/randomforest_airbnb.R), students should be able:
After successfully completing [`02_random_forest_airbnb.ipynb`](https://github.com/gabors-data-analysis/da-coding-python/blob/main/lecture21-random-forest/02_random_forest_airbnb.ipynb), students should be able:

- Estimate random forest models via `sklearn`
- unsderstand `max_features` and `min_samples_split` parameters
Expand Down
2 changes: 1 addition & 1 deletion lecture22-classification/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Case study:

Lecturer/students should be aware that there is a separate file at the official case studies repository: [`ch17-firm-exit-data-prep.ipynb`](https://github.com/gabors-data-analysis/da_case_studies/blob/master/ch17-predicting-firm-exit/ch17-firm-exit-data-prep.ipynb) for this seminar, overviewing only the data cleaning and feature engineering process for binary outcomes. This is extremely important and powerful to understand how to prepare the data for these methods, as without it data analysts do garbage-in garbage-out analysis... Usually, due to time constraints, this part is not covered in the seminar but asked students to cover it before the seminar.

After successfully completing [`firm_exit_classification.ipynb`](https://github.com/gabors-data-analysis/da-coding-python/blob/main/lecture22-classification/codes/firm_exit_classification.ipynb), students should be able:
After successfully completing [`firm_exit_classification.ipynb`](https://github.com/gabors-data-analysis/da-coding-python/blob/main/lecture22-classification/firm_exit_classification.ipynb), students should be able:

- What is winsorizing and how it helps
- Basic linear models for predicting probabilities
Expand Down

0 comments on commit ac4dcef

Please sign in to comment.