deepNet-Chirag / Stackoverflow-Tag-Prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stackoverflow Tag Prediction Facebook Recruiting III - Keyword Extraction

This repository consist of code implementation for stackoverflow tag prediction held by Facebook for recruitments. Problem statement consist of mutli-label classification problem with business constraint for low latency model.
All the detail for the following are written in - https://www.kaggle.com/c/facebook-recruiting-iii-keyword-extraction

Library

-numpy
-pandas
-matplotlib
-seaborn
-nltk
-sklearn

Algorithm

OnevsRest Logistic Regression

Dataset

Dataset for the same can be downloaded from the given link.
link - https://www.kaggle.com/c/facebook-recruiting-iii-keyword-extraction/data

Author

Chirag Malaviya

Reference

Applied AI Case Study

About


Languages

Language:Jupyter Notebook 100.0%