You are experimenting with a built-in distributed XGBoost model in Vertex AI Workbench user-managed notebooks. You use BigQuery to split your data into training and validation sets using the following queries:
CREATE OR REPLACE TABLE ‘myproject.mydataset.training‘ AS
(SELECT * FROM ‘myproject.mydataset.mytable‘ WHERE RAND() <= 0.8);
CREATE OR REPLACE TABLE ‘myproject.mydataset.validation‘ AS
(SELECT * FROM ‘myproject.mydataset.mytable‘ WHERE RAND() <= 0.2);
After training the model, you achieve an area under the receiver operating characteristic curve (AUC ROC) value of 0.8, but after deploying the model to production, you notice that your model performance has dropped to an AUC ROC value of 0.65. What problem is most likely occurring?
8619d79
3 days, 23 hours agoeico
5 months, 2 weeks agoM25
1 year, 9 months agoformazioneQI
1 year, 9 months agoYajnas_arpohc
1 year, 10 months agoTNT87
1 year, 11 months agoailiba
1 year, 11 months agoAhmades
2 years, 1 month agopshemol
2 years agohiromi
2 years, 1 month agomymy9418
2 years, 1 month ago