Skip to content

Instantly share code, notes, and snippets.

@prateekjoshi565
Created April 21, 2019 11:52
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save prateekjoshi565/eb03e2dd2715b1a45c25f0bf4fc32089 to your computer and use it in GitHub Desktop.
genre_import_libraries
import pandas as pd
import numpy as np
import json
import nltk
import re
import csv
import matplotlib.pyplot as plt
import seaborn as sns
from tqdm import tqdm
from sklearn.feature_extraction.text import TfidfVectorizer
from sklearn.model_selection import train_test_split
%matplotlib inline
pd.set_option('display.max_colwidth', 300)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment