Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omchaithanyav/8ae5968bc3e2568c8fb3b2a274744ec6 to your computer and use it in GitHub Desktop.
Save omchaithanyav/8ae5968bc3e2568c8fb3b2a274744ec6 to your computer and use it in GitHub Desktop.
X_train = df["sentence"].fillna("fillna").values
y_train = df[["BookRestaurant", "GetWeather", "PlayMusic", "RateBook"]].values
X_train.shape, y_train.shape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment