-
Notifications
You must be signed in to change notification settings - Fork 128
Home
Welcome to the LotteryPrediction wiki!
User Story:
Given: a single time series, perhaps a very long one, from a stochastic process which is basically unknown; perhaps merely that it is stationary and ergodic.
Desired: a forecast which will converge on the best possible forecast, as the series becomes longer and longer. Or: the best possible forecast from within a fixed class of forecasting algorithms.
A solution is called a universal prediction algorithm because it applied equally to all the processes within the class, and is not tailored to any one of them.
I can not guarentee the 100% accurate of prediction, it based on your historic-data and fbprophet model fitting results , the model needs fine-tune and time efforts.
Again, please donate to 0xd459918808027287f00bC7935C36FC84a56D0F28
git clone https://github.com/yangboz/LotteryPrediction/
cd LotteryPrediction/services
conda install -c anaconda pystan
pip install uvicorn fastapi fbprophet
uvicorn app.main:app --host 0.0.0.0 --port 80
then (swaggerUI)[http://localhost/docs] with example lottery-data
docker pull smartkit/lotteryprediction
docker run -d -p 80:80 smartkit/lotteryprediction