ml_algo
ml_algo copied to clipboard
Random forest implementation
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 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?
Seems good to me !
@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.