Is there anyway to combine hyperparameter tuning ...
# mlforecast
s
Is there anyway to combine hyperparameter tuning with spark lgbm?
j
We don't have a built-in way to do this, but you can definitely use optuna or similar with the spark estimators
1