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

Tree: Implement `copy` method. #35

Closed gpestre closed 4 years ago

gpestre commented 4 years ago
johannes-kk commented 4 years ago

@gpestre anything specific for which we expect to need this?

gpestre commented 4 years ago

I don't have anything in mind. I thought it might come in handy for a parallelized hyperparameter search, but we can close this for now and if we need it later it shouldn't be too hard to add.