ml_algo icon indicating copy to clipboard operation
ml_algo copied to clipboard

Random forest implementation

Open Maro1F431 opened this issue 2 years ago • 3 comments

Hello ! I have been using flutter on my free time and found out about this interesting library. As a side project, I would like to add an implementation of the random forest to the library via a pull request. Would you be interested ?

Maro1F431 avatar Jul 26 '22 16:07 Maro1F431

@Maro1F431 Hello!

Thank you for your interest in the library. Random Forest is a too complicated algorithm, I'd like to recommend you something less difficult to begin with, for instance, you may implement f-score metric. What do you think about it?

gyrdym avatar Jul 28 '22 21:07 gyrdym

Seems good to me !

Maro1F431 avatar Jul 29 '22 12:07 Maro1F431

@Maro1F431 Great! So please visit the directory. You can use any of the metrics as an example. I think it's better to start with the f1 score.

gyrdym avatar Jul 29 '22 16:07 gyrdym