Skip to content

Instantly share code, notes, and snippets.

@fsndzomga
Created October 28, 2023 16:08
Show Gist options
  • Save fsndzomga/bc6b164fdb57c7b38ea1e92a7ca26e93 to your computer and use it in GitHub Desktop.
Save fsndzomga/bc6b164fdb57c7b38ea1e92a7ca26e93 to your computer and use it in GitHub Desktop.
input_features:
- name: genres
type: set
preprocessing:
tokenizer: comma
- name: content_rating
type: category
- name: top_critic
type: binary
- name: runtime
type: number
- name: review_content
type: text
encoder:
type: embed
output_features:
- name: recommended
type: binary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment