Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created October 4, 2021 07:49
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/b0c254cf35e5779fca7f48637f185211 to your computer and use it in GitHub Desktop.
Save amankharwal/b0c254cf35e5779fca7f48637f185211 to your computer and use it in GitHub Desktop.
from sklearn.feature_extraction.text import CountVectorizer
from flaml import AutoML
from sklearn.model_selection import train_test_split
import pandas as pd
import numpy as np
automl = AutoML()
data = pd.read_csv("news.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment