Makarand Batchu
03/27/2024, 11:52 AM.fit
method.
The error is related to Ray Tune and is as below. Is there any step I am missing?
FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\\Users\\makar\\AppData\\Local\\Temp\\ray\\session_2024-03-26_15-59-12_264246_43048\\artifacts\\2024-03-27_11-47-38\\_train_tune_2024-03-27_11-47-38\\driver_artifacts\\_train_tune_d2386_00000_0_batch_size=1,input_size=144,learning_rate=0.0021,max_steps=1000,n_freq_downsample=1_1_1_1_1,n_pool_kerne_2024-03-27_11-47-38'
Please note that I am running this on my local.
Additionally, the documentation says that if no config
is provided to the Auto models, they will search a pre-defined search space for the hyper-parameters. However, I am getting the above error when I try to pass no config values as well.
Thanks in advance!José Morales
03/27/2024, 2:52 PMbackend='optuna'
in the meantime.Makarand Batchu
03/28/2024, 9:15 AMAutoNHITS.get_default_config(h = 12, backend="optuna")
This returns the below error
AttributeError: type object 'AutoNHITS' has no attribute 'get_default_config'
José Morales
03/28/2024, 3:31 PM