项目作者: ezekielolugbami

项目描述 :
A machine learning recommender for recommending personalized comedy shows in Nigeria based on ratings.
高级语言: Python
项目地址: git://github.com/ezekielolugbami/comedy_show_recommender.git
创建时间: 2020-07-06T12:41:34Z
项目社区:https://github.com/ezekielolugbami/comedy_show_recommender

开源协议:

下载


comedy_show_recommender

comedy_show_recommender is a machine learning recommender for recommending personalized comedy shows in Nigeria based on ratings.

Cloning the repository

In your git terminal use git command to clone:

  1. git clone https://github.com/ezekielolugbami/comedy_show_recommender.git

Setup environment

Open a new terminal in whatever editor you are using and create a new environment. Remember to use the same Python version as in the requirement file.

  1. conda create -n "comedy-recommender" python==3.7

Then proceed to activate the environment using:

  1. conda activate comedy-recommender

Installing requirements

Pip install the requirements file, contained in the root folder of the cloned project:

  1. pip install -r requirements.txt

Navigate to the base_model.py folder to run the script:

  1. cd src/scripts/modeling/

Finally, run the command:

  1. python base_model.py