gyrdym / ml_algo

Machine learning algorithms in Dart programming language
https://gyrdym.github.io/ml_algo/
BSD 2-Clause "Simplified" License
183 stars 33 forks source link

Random forest implementation #236

Closed Maro1F431 closed 2 years ago

Maro1F431 commented 2 years ago

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 ?

gyrdym commented 2 years ago

@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?

Maro1F431 commented 2 years ago

Seems good to me !

gyrdym commented 2 years ago

@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.