Opened 14 years ago
Last modified 14 years ago
#433 new enhancement
predict in regression::Local
Reported by: | Peter | Owned by: | Peter |
---|---|---|---|
Priority: | major | Milestone: | yat 0.x+ |
Component: | regression | Version: | trunk |
Keywords: | Cc: |
Description
After training a Local
using the fit function I would like to use the trained model to predict the value of an independent data point. A predict function!!!
Note: See
TracTickets for help on using
tickets.
Hm, it's kind of misleading to compare function
fit
with training. Rather thefit
does the predictions on selected training samples. The interface is a bit funky, but to best fit in here I think we could add another (or two) fit function: