SciRuby / statsample

A suite for basic and advanced statistics on Ruby.
https://github.com/sciruby/statsample
BSD 3-Clause "New" or "Revised" License
95 stars 29 forks source link

Predict using multiple regression model #52

Closed lokeshh closed 8 years ago

lokeshh commented 8 years ago

Is there a method to predict the values for new data using a trained multiple regression model?

lokeshh commented 8 years ago

I'm thinking about implement this method. I think the way would be to multiply coefficient of each vector with the value of that vector. Is this sufficient @agarie ?

v0dro commented 8 years ago

Works. Go ahead.

lokeshh commented 8 years ago

@v0dro Its no longer needed because of https://github.com/SciRuby/statsample/issues/53