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
In some situations we might need to predict scores from coefficients stored in a data frame. This will be useful when we need to generate predictions for linear models where no .model file is available. For example, this is a legacy model, a model trained using different package etc. This will also be useful when we need to generate prediction using scaled coefficients (https://rsmtool.readthedocs.io/en/stable/usage_rsmtool.html#model-information).
We want to have a method in modeler that generates predictions from coefficients in a dataframe.
The text was updated successfully, but these errors were encountered:
In some situations we might need to predict scores from coefficients stored in a data frame. This will be useful when we need to generate predictions for linear models where no .model file is available. For example, this is a legacy model, a model trained using different package etc. This will also be useful when we need to generate prediction using scaled coefficients (https://rsmtool.readthedocs.io/en/stable/usage_rsmtool.html#model-information).
We want to have a method in modeler that generates predictions from coefficients in a dataframe.
The text was updated successfully, but these errors were encountered: