Skip to content

Releases: florian-huber/data_science_course

v0.21

14 Oct 09:46
Compare
Choose a tag to compare

Expanded outlook on machine learning

  • restructured outlook on machine learning (+ refs)
  • minor textual changes

v0.20

09 Sep 19:42
Compare
Choose a tag to compare

Add principle limitations of dimensionality reduction

  • added example of 3D --> 2D loss of information

v0.19

01 Jul 15:21
Compare
Choose a tag to compare

Add community detection

  • Edits to the network analysis/graph sections
  • Addition of sections on community detection with Python plots and two example algorithms (Girvan-Newman and Louvain) together with the concept of modularity.

v0.18

24 Jun 19:51
Compare
Choose a tag to compare

Update of NLP chapters

  • expansions and improvements of NLP chapter on work vectors and n-grams.
  • additional references
  • edits to intro
  • renaming of all book and notebook files

v0.17

11 Jun 15:12
Compare
Choose a tag to compare

NLP related updates

  • added logistic regression to linear models chapter
  • cleaned and edited text in NLP chapters
  • edited figures in NLP chapters
  • add Spacy pattern search example

v0.16

05 Jun 15:23
Compare
Choose a tag to compare

General updates, more ML and NLP

  • multiple references added
  • larger text edits in many chapters
  • larger code additions to illustrate bagging and boosting
  • cleaning and fixes of first NLP chapters

v0.15.1

31 May 15:27
Compare
Choose a tag to compare

Add ensemble models and edits

  • Add wrap up chapter including ensemble models (bagging & boosting)
  • Add references
  • Minor to moderate edits

v0.15

28 May 20:04
Compare
Choose a tag to compare

Addition of missing machine learning key techniques

  • added more on evaluation metrics
  • added cross-validation
  • added grid search
  • added obesity data and hands-on example
  • added binder and google colab buttons

v0.14

22 May 19:24
Compare
Choose a tag to compare

Addition of missing machine learning parts (mostly)

  • Added chapter on decision trees
  • edits on other machine learning chapters
  • still missing: random forest, more model evaluation, scikit-learn pipeline

v0.13

14 May 06:52
Compare
Choose a tag to compare

Larger edits on dimensionality reduction

  • added illustrative figures
  • expand text and documentation
  • include umap example
  • general editing and cleaning