Open betninja1 opened 9 months ago
Hello, unfortunately, the newer version is not compatible with the previous version. However, the new version offers more Machine Learning models, as well as more training options. Addtionally, the evaluation part is now improved using the cross-validation technique and there is also the percentile option to manually adjust the output probabilities of the trained models! If you remember the configuration of your previous model, You can also train the same model in this version. If not, you can start a hyperparameter search, using the newer and more simple interface.
Since i am really newbie to all the python stuff, do i have to download anything so the newer version works? any new pip installs ?
i think i have newer versions of libraries than those listed , not sure if its an issue but it wasnt before
Do the following:
I ll try that now , thank you very much!
Sadly same as before , i open the main file says this and after that something else and closes fast( no module named tabulate) 2024-02-02 14:11:19.174969: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror: cudart64_110.dll not found 2024-02-02 14:11:19.175285: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
That's no error! This is a warning. Just double click main.py
I keep trying but not sure whats wrong :( my pip list shows everything i have visual studio installed as well
Open the command line inside the project directory and type python main,.py. Then send me a screenshot of your screen to see the message.
quick question where i find that ?
where you find what?
the command line you said its the cmd?
Yes, it's the cmd.
i tried the fix you mention in common errrors didnt work
You should navigate to the project directory. For example, if you downloaded the files (Prophitbet) in downloads folder, you shoud etype
cd Downloads/Prophitbet
before typing
python main.py
done that as well
All ok now ! works but the under over doesnt give any results after i train the models
yes, as I replied to previous issue, You have to train a different model for Under/Over as well! The train window has an option" Result (For match results) or Over (U/O 2.5)
can you help me with this issue ?
This is just a warning! Nothing to worry about. Did you just double click the main.py? If it does't work, follow the previous instructions at the beginning of this issue.
absl-py 2.1.0 alembic 1.13.1 astunparse 1.6.3 attrs 23.2.0 cachetools 5.3.2 certifi 2024.2.2 cffi 1.16.0 charset-normalizer 2.0.12 colorama 0.4.6 colorlog 6.8.2 contourpy 1.2.0 cycler 0.12.1 flatbuffers 23.5.26 fonttools 4.47.2 fuzzywuzzy 0.18.0 gast 0.4.0 google-auth 2.27.0 google-auth-oauthlib 1.0.0 google-pasta 0.2.0 greenlet 3.0.3 grpcio 1.60.1 h11 0.14.0 h5py 3.10.0 idna 3.6 imbalanced-learn 0.9.1 jax 0.4.23 joblib 1.3.2 keras 2.12.0 kiwisolver 1.4.5 libclang 16.0.6 Mako 1.3.2 Markdown 3.5.2 MarkupSafe 2.1.5 matplotlib 3.8.2 ml-dtypes 0.2.0 numpy 1.24.3 oauthlib 3.2.2 opt-einsum 3.3.0 optuna 3.5.0 outcome 1.3.0.post0 packaging 23.2 pandas 1.4.3 pillow 10.2.0 pip 22.3.1 protobuf 4.23.4 pyasn1 0.5.1 pyasn1-modules 0.3.0 pycparser 2.21 pyparsing 3.1.1 PySocks 1.7.1 python-dateutil 2.8.2 pytz 2024.1 PyYAML 6.0.1 requests 2.28.0 requests-oauthlib 1.3.1 rsa 4.9 scikit-learn 1.4.0 scipy 1.12.0 seaborn 0.11.2 selenium 4.15.2 setuptools 65.5.0 six 1.16.0 sniffio 1.3.0 sortedcontainers 2.4.0 SQLAlchemy 2.0.25 tensorboard 2.12.3 tensorboard-data-server 0.7.2 tensorflow 2.12.1 tensorflow-addons 0.20.0 tensorflow-cpu 2.15.0 tensorflow-estimator 2.12.0 tensorflow-intel 2.12.1 tensorflow-io-gcs-filesystem 0.31.0 termcolor 2.4.0 threadpoolctl 3.2.0 tqdm 4.66.1 trio 0.24.0 trio-websocket 0.11.1 typeguard 2.13.3 typing_extensions 4.5.0 urllib3 1.26.18 Werkzeug 3.0.1 wheel 0.42.0 wrapt 1.14.1 wsproto 1.2.0 xgboost 2.0.3
This is my pip list, all packages are installed, still not working, i also double click on main.py (below prompt appears) and after 2 sec. closes again, why im not able to see the interphase, or m i missing any steps ? Please advise
all right. Type pip install tabulate
everything is good now, it is fixed thanks :)
Hi do i have to make any changes to the updated model ? I was using the last one just fine and redownloaded with the changes you made and doesnt work at all Thanks