MOVIES DATASET FOR FEATURE EXTRACION ,PREDICTION
FEATURE EXTRACTION , EDA , RECOMMENDATION SYSTEM , PREDICT GENRE
@kaggle.bharatnatrayn_movies_dataset_for_feature_extracion_prediction
FEATURE EXTRACTION , EDA , RECOMMENDATION SYSTEM , PREDICT GENRE
@kaggle.bharatnatrayn_movies_dataset_for_feature_extracion_prediction
The data is succesfully scrapped from imdb top netflix movies and tvshows.This dataset need clever programming knowledge for feature extraction also you can build a RECOMMENDATION system either GENRE prediction model
The dataset contain more than 9 columns desrcibe the data pattern .I scrap the data from imdb web site using beautifulsoup.it takes a day to learn i am begginer even to data science but i learned quickly web scrapping with advanced python.Through this process i gained lot and also i suggest the data featuring part of this project takes time
Definitely the data collection is possible only with help of online stackoverflow and kaggle data science community
Create genre prediction model?,
CREATE TABLE movies (
"movies" VARCHAR,
"year" VARCHAR,
"genre" VARCHAR,
"rating" DOUBLE,
"one_line" VARCHAR,
"stars" VARCHAR,
"votes" DOUBLE,
"runtime" DOUBLE,
"gross" VARCHAR
);Anyone who has the link will be able to view this.