Snowpark ML Modeling — Question 1
Using our training set train_df and two lists (FEATURE_COLS = ["MONTH", "DAY"] and LABEL_COLS = ["NEIGHBORHOOD"]), which of the following lines of code would train and fit an XGBClassifier model to our data?
本练习是课程的一部分
