Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add in some sort of future price prediction #15

Open
driscoll42 opened this issue Feb 25, 2021 · 3 comments
Open

Add in some sort of future price prediction #15

driscoll42 opened this issue Feb 25, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@driscoll42
Copy link
Owner

No description provided.

@driscoll42 driscoll42 added the enhancement New feature or request label Feb 25, 2021
@driscoll42 driscoll42 self-assigned this Feb 25, 2021
@driscoll42 driscoll42 added this to Backlog in ebayMarketAnalyzer Feb 25, 2021
@driscoll42 driscoll42 moved this from Backlog to Data Science in ebayMarketAnalyzer Mar 2, 2021
@driscoll42
Copy link
Owner Author

Ways to predict future pricing:

  1. Simple Moving Averages (SMA)
  2. Weighted Moving Averages (WMA)
  3. Exponential Moving Averages (EMA)
  4. Moving Average Convergence Divergence (MACD)
  5. Bollinger Bands

LSTM in Tensorflow
RNN
ARIMA type of model are all linear model

https://towardsdatascience.com/introduction-to-technical-indicators-and-its-implementation-using-python-155ae0fb51c9

https://docs.aws.amazon.com/sagemaker/latest/dg/deepar.html

Monte Carlo simulation

@driscoll42
Copy link
Owner Author

Other GitHub repots along these lines:

https://github.com/NathanZorndorf/ebay-price-predictor

Clustering:
https://github.com/elelias/ebay
https://github.com/pss2138/django_ebay_scrapy
https://github.com/rxng8/EbayMLChallenge
https://github.com/ColinWan/eBay_ML_Challange_2020
https://github.com/rickysu-git/ebayML
https://github.com/ryanchesler/EbayML
https://github.com/rxng8/EbayMLChallenge
https://github.com/rahuang/EbayMLProject
https://github.com/siavashhiro/ebay
https://github.com/ryanchesler/Ebay-ML
https://github.com/anubhav582/eBay_ML
https://github.com/AnteDu/ebay-auction-ML
https://github.com/GeorgeChristopherLopez/ebay-ML-challenge
https://github.com/MaxResnick/EBAY_ML_challenge_2020-21
https://github.com/jordanyuchenliu/Stacking-Ensemble-Machine-Learning
https://github.com/bafonso/price-my-bike
https://github.com/RezMiah/ML-model-Weka-SVM
https://github.com/himanshukhasdev/Used-car-price-prediction-using-ML
https://github.com/yusufSLCN/Second-Hand_Car_Price_Predictors
https://github.com/rwk506/eBay_relevance
https://github.com/ColinWan/eBay_ML_Challange_2020
https://github.com/rahuang/EbayMLProject
https://github.com/esnue/dataquest-ebayCarSales

https://github.com/andreashen/EbayAnalysis

https://github.com/hongkai-yu/eBay
Arbitrage: https://github.com/theriley106/Intro_To_Webscraping
https://github.com/tawhidkhn63/Ebay-Dropshipping-Seller-Scraper

https://github.com/red574890/ML-ebay

https://github.com/jwear/price-tracking-watchlist

https://github.com/randomecho/trending-on-the-bay

https://github.com/citojaya/ebay

https://github.com/gramster/pythonbootcamp
https://github.com/mattwg/data-science-for-search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
ebayMarketAnalyzer
  
Data Science
Development

No branches or pull requests

1 participant