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?
이 연습은 강의의 일부입니다
