You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the new API function requested
Include new functions to support prediction. These functions would require the user to provide training samples with a "value" column. This column would be used to train a predictive model.
Associated sits API function
We need to adjust the function sits_train to include training a prediction model. Then include a function sits_predict to generate numerical predictions.
The text was updated successfully, but these errors were encountered:
Describe the new API function requested
Include new functions to support prediction. These functions would require the user to provide training samples with a "value" column. This column would be used to train a predictive model.
Associated sits API function
We need to adjust the function
sits_train
to include training a prediction model. Then include a functionsits_predict
to generate numerical predictions.The text was updated successfully, but these errors were encountered: