Skip to content

Instantly share code, notes, and snippets.

@fsndzomga
Created October 28, 2023 16:15
Show Gist options
  • Save fsndzomga/8e88a50bb84bb7073da9797ff8a69e8d to your computer and use it in GitHub Desktop.
Save fsndzomga/8e88a50bb84bb7073da9797ff8a69e8d to your computer and use it in GitHub Desktop.
from ludwig.api import LudwigModel
import pandas
df = pandas.read_csv('rotten_tomatoes.csv')
model = LudwigModel(config='rotten_tomatoes.yaml')
results = model.train(dataset=df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment