Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created November 7, 2020 10:03
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 amankharwal/3f8d1ef9613309b2bc955b8889c145b1 to your computer and use it in GitHub Desktop.
Save amankharwal/3f8d1ef9613309b2bc955b8889c145b1 to your computer and use it in GitHub Desktop.
import mindsdb
predictor = mindsdb.Predictor(name='home_rental_predictor')
predictor.learn(from_data='home_rentals.csv', to_predict='rental_price')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment