Get startedGet started for free

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?

This exercise is part of the course

Intro to Snowflake for Devs, Data Scientists, Data Engineers

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise