Guian Fang
Guian Fang
I'm using 0.5.2, how do I install the master branch of the repo, I've only used the release version
Just use pip3 install --pre autogluon and I am good to go?
Thank you very much for your help, ignore_time_index=True works, but it still reports the same error
ERROR: Could not find a version that satisfies the requirement autogluon.common==0.5.3b20220913 (from autogluon-core[all,tests]) (from versions: 0.3.2b20211207, 0.3.2b20211208, 0.3.2b20211209, 0.3.2b20211210, 0.3.2b20211211, 0.3.2b20211212, 0.3.2b20211213, 0.3.2b20211214, 0.3.2b20211215, 0.3.2b20211216, 0.3.2b20211217, 0.3.2b20211218, 0.3.2b20211219, 0.3.2b20211220, 0.3.2b20211221,...
Unfortunately, no matter which version I install, I can't train properly with contains irregularly sampled time series, is there any other way to help me?
I tried many times to install the latest version and each time it showed no frequency provided, my data is in hourly intervals but I really wanted to use the...
Although the code is running, it is still very slow with such a large amount of data, is there any way to use GPU acceleration?
训练集是多国家的时序数据 测试集是新的国家的未来数据 请问这样的功能可以实现吗
Hi @walsvid ,I'm doing some nyu hand dataset and awr related research and would like to use mmpose, would you be so kind as to provide the code and checkpoints,...
> You just pass `X` containing the timestamps you want to forecast into the trained model and `predict`. 我使用1750~2015每个月的数据进行单变量预测训练,想预测未来一百年的数据 但是范围太大会报错显示OverflowError: Overflow in int64 addition,最多大概只能预测25年左右,请问有解决办法吗