-
Notifications
You must be signed in to change notification settings - Fork 235
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
Error while analyzing data: 'buy_window' #22
Comments
Thank you for using the software. If you are using the latest version, then last error seems to be caused by incompatible config. The entry The first two warnings are because the scaler was trained using some previous version (the sklearn was upgraded after the models were trained). So you can get rid of these warnings by re-training the models. |
Thank you for response brother. I am using the latest source code of the git and the v0.5.0 config sample structure. I am running a (venv) since I am using root for my server. I tried downgrading the config to v0.4.0 and got this error:
|
Use the latest version 0.5.0 and the latest config (structure). |
Hello brother, I have reinstalled all git from scratch, built a virtual environment then installed all requirements and included APScheduler 3.9. I then ran all of the scripts in order then met up with this error: |
hi, which particular error did you meet? I see there are bunch of warnings, which could occur as Alexandr mentioned due to wrong version of scipy installed (but the script still runs). The depreciation warning could be related to non properly configured exchange api keys |
Hello, I hope you're doing well. I want to take a moment to appreciate the enormous amount of work you have done for the world, it's magical what you have committed to creating.
I have faced this error trying to run the project on my ubuntu server. Any idea on how I could get it to work or fix what's going on?
--Error:
(venv) root@ygbanks-com:~/BTCML# python3 -m service.server -c config.json
Initializing server. Trade pair: BTCUSDT.
/root/BTCML/venv/lib/python3.10/site-packages/sklearn/base.py:318: UserWarning: Trying to unpickle estimator StandardScaler from version 1.2.1 when using version 1.2.2. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to:
https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limitations
warnings.warn(
/root/BTCML/venv/lib/python3.10/site-packages/sklearn/base.py:318: UserWarning: Trying to unpickle estimator LogisticRegression from version 1.2.1 when using version 1.2.2. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to:
https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limitations
warnings.warn(
/root/BTCML/service/server.py:77: DeprecationWarning: There is no current event loop
App.loop = asyncio.get_event_loop()
Finished health check (connection, server status etc.)
Finished initial data collection.
Scheduler started.
Error while analyzing data: 'buy_window'
Error while analyzing data: 'buy_window'
Error while analyzing data: 'buy_window'
The text was updated successfully, but these errors were encountered: