upd 5
This commit is contained in:
parent
5a753ff01e
commit
2d800f6095
@ -11,7 +11,7 @@ data = pd.read_csv('data.csv', on_bad_lines='skip', engine='python')
|
||||
|
||||
|
||||
# Prepare the data
|
||||
X = data[['movie title', 'User Rating', 'Genres', 'Plot Keyword', 'Director', 'Top 5 Casts', 'Writer', 'Year']]
|
||||
X = data[['movie title', 'User Rating', 'Generes', 'Plot Kyeword', 'Director', 'Top 5 Casts', 'Writer', 'Year']]
|
||||
y = data['Rating']
|
||||
|
||||
# Preprocess the data
|
||||
|
Loading…
Reference in New Issue
Block a user