do8572 / MLDS

MLDS course code.
0 stars 0 forks source link

Testing #15

Closed dmohorcic closed 1 year ago

dmohorcic commented 1 year ago

Written some tests for classification and regression.

I also tested similarities to regularization (ridge regression) by testing very large lambdas (1e5+), which should make the tree predict only the means of the data, or very small lambda (0), which should not change the tree.