Sandy4321

Results 306 comments of Sandy4321

for example here https://algotrading101.com/learn/yfinance-guide/ we see many capabilities mentioned , but where is systematic description ?

great then which algorithm in your package is implemented for multivariate time-series for example which one? https://www.kaggle.com/datasets/htagholdings/property-sales/code?resource=download

just idea i do not have data, sorry may be to use textual data converted to one hot ? import sys print('python version is ', sys.version) print('path to python exe...

error in line data, special_days = get_stalliion_data() ![image](https://github.com/microsoft/FLAML/assets/11426119/a3b25f91-a5d9-4573-84ad-1fb96c41f9e6)

ok i created new enviroment only for flaml and this error gone but now there is another error builtins.TypeError: Trainer.__init__() got an unexpected keyword argument 'gpus' ![image](https://github.com/microsoft/FLAML/assets/11426119/919930fe-a77b-4e82-94e7-c562e9df4270)

@ZmeiGorynych Why do you restrict yourself to lgb/xboost solvers anyway? As often as not, I find classics like SARIMA-X to perform quite well, or perhaps the recently added Holt-Winters may...