Superhzf / MLFromScratch

Machine learning from scratch using numpy
1 stars 0 forks source link

Change _impurity_calculation function with regression problems for decision tree #1

Open Superhzf opened 4 years ago

Superhzf commented 4 years ago

Right now, _impurity_calculation is calculated based on variance reduction which is not true, it should be based on the reduction of mean squared error