slds-lmu / lecture_i2ml

I2ML lecture repository
https://slds-lmu.github.io/i2ml/
Creative Commons Attribution 4.0 International
148 stars 81 forks source link

most plots which are not ggplot2, should BECOME ggplot2 #285

Closed berndbischl closed 1 year ago

RifatMehreen commented 5 years ago

After checking all the slides I have found out, these plots were not with ggplot2

Lecture I2ML:

01-Intro: -slides-knn.Rnw: In comparison between Euclidean and Manhattan Dist. only plot is used -slides-limo.Rnw: in baseplot function ggplot is not used
-slides-notation.Rnw: only qplot is used

02-Classification: -nothing to change

03-performance: -slides-overfitting.Rnw: only plot was used -slides-resampling.Rnw: plot was used for class distribution -slides-train-test.Rnw: slide page-10 ggplot is not used for plotting

04-Trees: -nothing to change

05-tuning-nested: -nothing to change