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
The models_ attribute added to the BMS (and soon DARTS) regressors was intended initially only for the dissimilarity sampler. As a result, there is no functionality around this attribute built into the theorist.
Proposed additions:
add parameter a num_models to present_results() which allows the user to determine how many models they would like to see results for (i.e. function string and plot of prediction and data)
add description length or alternative scoring result to present_results()
All additions to functionality should be added to the unit test
The text was updated successfully, but these errors were encountered:
The models_ attribute added to the BMS (and soon DARTS) regressors was intended initially only for the dissimilarity sampler. As a result, there is no functionality around this attribute built into the theorist.
Proposed additions:
num_models
topresent_results()
which allows the user to determine how many models they would like to see results for (i.e. function string and plot of prediction and data)present_results()
All additions to functionality should be added to the unit test
The text was updated successfully, but these errors were encountered: