Just a simple try to implement the model which finds out the probability of click for each search_id
- SONAI - SONAI
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Docker: Follow the official Docker installation guide for your operating system.
-
Clone the Repository
git clone https://github.com/SONAIII/SearchRelevancyPredictionModel.git
-
Build the Docker Image
cd SearchRelevancyPredictionModel docker build -t search_rel_model .
-
Run the Docker Container
docker run -p 4000:80 search_rel_model
- Numpy, Pandas, Matplotlib
- Scikit-Learn - Machine learning library for Python.
- Docker - Containerization platform.