TheDigitalFrontier / parallel-decision-trees

Semester project in CS205 Computing Foundations for Computational Science at Harvard School of Engineering and Applied Sciences, spring 2020.
MIT License
3 stars 1 forks source link

Deprecate fit: train DT and RF immediately through constructor #87

Closed johannes-kk closed 4 years ago

johannes-kk commented 4 years ago

The fit() method is redundant as the dataset is already passed to the constructor. Since we do not expect to re-fit already fit models, simply start fitting right away upon object creation through the constructor.

Not at all a priority!