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
machine_learn function uses the prep_data function to prepare the data which is feed to the tune_model or flash model later. prep_data function have !!!dots or ignored variable which should not be included in model training, but prep_data gives the ignored columns also in the resultant dataset, on the other hand if one wants to use the same recipe then it removes the ignored columns.
Feature Requests
machine_learn function have impact of this issue because it directly provide the pd(i.e outcome of prep_data) to the tune_models or flash_models function, where ignored columns also be used in model training, that is controversial with the description provided in the model parameter and also with the applications of this function.
@michaellevy Please find the attached below screenshots and pdf document for more information.
machine_learn function uses the prep_data function to prepare the data which is feed to the tune_model or flash model later. prep_data function have !!!dots or ignored variable which should not be included in model training, but prep_data gives the ignored columns also in the resultant dataset, on the other hand if one wants to use the same recipe then it removes the ignored columns.
Feature Requests
machine_learn function have impact of this issue because it directly provide the pd(i.e outcome of prep_data) to the tune_models or flash_models function, where ignored columns also be used in model training, that is controversial with the description provided in the model parameter and also with the applications of this function.
@michaellevy Please find the attached below screenshots and pdf document for more information.
Feature_Request.pdf
The text was updated successfully, but these errors were encountered: