I have installed gmdhpy through pip install git+git://github.com/kvoyager/GmdhPy.git
While trying to import from gmdhpy.gmdh import Regressor it gives error:
cannot import name 'Regressor' from 'gmdh' (C:\Users\HP\PycharmProjects\pythonProject\venv\lib\site-packages\gmdh_init_.py)
i am working in python using Pycharm in windows 10 environment.
I want to do time series forecasting through Group Method of Data Handling and i think Regressor library file would be good for it.
Use this module:
(https://pypi.org/project/gmdh/)
Time series data preparations:
Fitting the model and making predictions 5 steps ahead (lags=5) based only on the first row of x_test data:
Module documentation:
https://bauman-team.github.io/GMDH/python/html/index.html