gyrdym / ml_algo

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

Can use for Multiple Regression Analysis? #254

Closed lkc33 closed 1 month ago

lkc33 commented 1 month ago

Hi, Can any of the module uses for Multiple Regression Analysis?

Thanks

gyrdym commented 1 month ago

@lkc33 hello,

yes, you may use any of Linear regression models, e.g. LinearRegressor class.

you can find an example here