UBC-DSCI / introduction-to-datascience-python

Open Source Textbook for DSCI100: Introduction to Data Science in Python
https://python.datasciencebook.ca
Other
10 stars 8 forks source link

Add index feature #26

Closed GloriaWYY closed 10 months ago

GloriaWYY commented 2 years ago

PR #30

Due to difference in the functions used in Python and R, I need to modify several index names. e.g. tidymodels has to be changed to scikit-learn. And there are some cases when there is no one-to-one match for functions, so some index entries are combined into a single entry.

Below, I will document the index entries that I have changed for easier tracking:

classification1

classification 2

regression 1

regression 2

inference

wrangling

intro

clustering

viz

GloriaWYY commented 2 years ago

Changes in citations

classification 1

classification 2

regression 2

wrangling

intro

reading

viz

trevorcampbell commented 2 years ago

This issue is done in PR #30 -- but I'll leave it open for now as a checklist for when we review/edit in detail.