Path: blob/main/Lessons/Lesson 13 - RecSys 1/Chapter_Notebooks/Knowledge Recommender.ipynb
871 views
Kernel: Python 3
In [1]:
Out[1]:
Index(['adult', 'belongs_to_collection', 'budget', 'genres', 'homepage', 'id',
'imdb_id', 'original_language', 'original_title', 'overview',
'popularity', 'poster_path', 'production_companies',
'production_countries', 'release_date', 'revenue', 'runtime',
'spoken_languages', 'status', 'tagline', 'title', 'video',
'vote_average', 'vote_count'],
dtype='object')
In [2]:
Out[2]:
In [3]:
In [4]:
In [5]:
In [6]:
Out[6]:
In [7]:
Out[7]:
"[{'id': 16, 'name': 'Animation'}, {'id': 35, 'name': 'Comedy'}, {'id': 10751, 'name': 'Family'}]"
In [8]:
Out[8]:
<class 'str'>
<class 'list'>
In [9]:
In [24]:
Out[24]:
In [25]:
Out[25]:
In [12]:
In [26]:
Out[26]:
Input preferred genre
family
Input shortest duration
100
Input longest duration
200
Input earliest year
1999
Input latest year
2010
In [27]:
In [ ]: