Ranuga Disansa

Results 57 comments of Ranuga Disansa
trafficstars

> try: import pandas as pd from pandas import DataFrame, Series except ImportError: DataFrame = Series = pd = None Could you check if you have installed pandas? That may...

Hi, I am not sure what you mean by > please share which algorithm/functoin/package was used for 4. Forecasting Discrete Values from automl_time_series_forecast.ipynb But the documentation can be found at:...

I have created an PR #1310 to fix the issue mentioned...

`Union[ Dict[str, "OptunaDistribution"], List[Tuple], Callable[["OptunaTrial"], Optional[Dict[str, Any]]], ]` The above is the `space` parameter structure that is expected could you check with what you pass to BlendSearch? and if possible...

I belive that Passing the space definition as part of the `param_space` argument to `tune.Tuner()` when using BlendSearch with OptunaSearch in UDF mode should resolve this issue...

Hi, I was thinking of something similar to the following code segment: ```from flaml import AutoML from flaml.tune import tune # Define the parameter space for tuning param_space = {...

can you provide the code you used?

From the errors: 1. It is caused due to `root_mean_squared_log_error` not a built-in sklearn metric 2. Reinstalling HuggingFace `datasets` should resolve the issue The following is the specific errors: 1....

Hi, I wanted to inform you that I am using the following package versions: - FLAML: 2.1.2 - xgboost: 2.0.3 The code sample you gave me works correctly in my...

Could you provide the entire error if possible? or the code to replicate?