THREELabs / Python-Forecasting

AutoTS time analysis forecasting of stocks and crypto
0 stars 0 forks source link

Warnings / issues need to review and resolve #1

Closed THREELabs closed 2 months ago

THREELabs commented 7 months ago

C:\Users\Kevin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\sklearn\svm_base.py:1242: ConvergenceWarning:

Liblinear failed to converge, increase the number of iterations.

Model Number: 7 with model DatepartRegression in generation 0 of 20 C:\Users\Kevin\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\sklearn\neural_network_multilayer_perceptron.py:546: ConvergenceWarning:

lbfgs failed to converge (status=1): STOP: TOTAL NO. of ITERATIONS REACHED LIMIT.

Increase the number of iterations (max_iter) or scale the data as shown in: https://scikit-learn.org/stable/modules/preprocessing.html

Model Number: 8 with model DatepartRegression in generation 0 of 20 2024-03-06 09:38:20.816070: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: SSE SSE2 SSE3 SSE4.1 SSE4.2 AVX, in other operations, rebuild TensorFlow with the appropriate compiler flags.

In this section: correlation = data.corr() The default value of numeric_only in DataFrame.corr is deprecated. In a future version, it will default to False. Select only valid columns or specify the value of numeric_only to silence this warning.

THREELabs commented 7 months ago

correlation = data.corr() warning alert is resolved. other items remain