You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -90,6 +90,7 @@ Excerpts from the [Foreword](./docs/foreword_ro.pdf) and [Preface](./docs/prefac
90
90
-[How does the random forest model work? How is it different from bagging and boosting in ensemble models?](./faq/bagging-boosting-rf.md)
91
91
-[What are the disadvantages of using classic decision tree algorithm for large dataset?](./faq/decision-tree-disadvantages.md)
92
92
-[Is it always better to have the largest possible number of folds when performing cross validation?](./faq/number-of-kfolds.md)
93
+
-[What are the different fields of study in data mining?](./faq/datamining-overview.md)
93
94
-[Why are implementations of decision tree algorithms usually binary, and what are the advantages of the different impurity metrics?](./faq/decision-tree-binary.md)
94
95
-[What is the probabilistic interpretation of regularized logistic regression?](./faq/probablistic-logistic-regression.md)
95
96
-[Can you give a visual explanation for the back propagation algorithm for neural networks?](./faq/visual-backpropagation.md)
Copy file name to clipboardexpand all lines: faq/README.md
+1
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ Sebastian
33
33
-[How does the random forest model work? How is it different from bagging and boosting in ensemble models?](./bagging-boosting-rf.md)
34
34
-[What are the disadvantages of using classic decision tree algorithm for large dataset?](./decision-tree-disadvantages.md)
35
35
-[Is it always better to have the largest possible number of folds when performing cross validation?](./number-of-kfolds.md)
36
+
-[What are the different fields of study in data mining?](./datamining-overview.md)
36
37
-[Why are implementations of decision tree algorithms usually binary, and what are the advantages of the different impurity metrics?](./decision-tree-binary.md)
37
38
-[What is the probabilistic interpretation of regularized logistic regression?](./probablistic-logistic-regression.md)
38
39
-[Can you give a visual explanation for the back propagation algorithm for neural networks?](./visual-backpropagation.md)
0 commit comments