-
The model.frame method for tree objects includes this line:
while (deparse(oc[[1L]]) != "tree") oc
-
* [x] lab 2
* [x] lab 3
* [x] lab 4
* [x] lab 5
* ~~lab 6a (requires forward/backward)~~
* [x] lab 6b
* ~~lab 6c (requires PLS, PCR)~~
* ~~lab 7 (requires GAMs)~~
* [x] lab 8 DT
* [x] lab 9 …
-
I was surprised that scikit-learn doesn't have forward selection, even though it has [recursive feature elimination](http://scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFE.html…
-
Based on the example for plotting the effect of the outliers of numerical variables, I have defined the function plot_num_outliers() to apply the example to a list of variables named num_vbles of a da…
-
Check it out
Should we implement this?
-
Hi Dr. McGowan,
When I fit the model in HW-01, Ex-3, R tells me that
model
-
-
https://stackabuse.com/decision-trees-in-python-with-scikit-learn/
-
Maybe this has been addressed already with new functionalities to inspect trained models in a composite model.
What is the ordering of `report(pipeline).reports`? it seems to be reverse order bu…
-
**Multivariate regression**
https://medium.com/pew-research-center-decoded/using-fixed-and-random-effects-models-for-panel-data-in-python-a795865736ab
**Time series**
https://www.mathworks.com/disc…