Skip to content

themrmax/ebay_sale_predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ebay sale predictor

A little toy project which scrapes and prepares a dataset from ebay, trains a scikit-learn Gradient Boosting Classifier on the price and ad title, and tries to predict the probability of the listing ending in a sale. The performance of the model is actually quite good, considering that it is only trained on the ad title and price.

Dependencies

All the dependencies should be included in theAnaconda distribution of Python 3.4.

Test

nosetests

Example usage

python ebay_sale_predictor.py --train --keywords "road+bicycle"
python ebay_sale_predictor.py --score --ad-title "vintage mens shimano" --price 900

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages