From 2d800f6095cb6ad96e901e994f2d100d2915b440 Mon Sep 17 00:00:00 2001 From: Yevhenii Poliakov Date: Sun, 14 May 2023 20:19:24 +0200 Subject: [PATCH] upd 5 --- script5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script5.py b/script5.py index 432d28d..31c9b7e 100644 --- a/script5.py +++ b/script5.py @@ -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