-
# 🚀 Feature Request
For multiple keys, the choice/range sweepers will iterate over the (Cartesian) product of the lists. It is useful to sometimes be able to iterate over distinct pairs. This works…
goens updated
5 months ago
-
### Motivation
Black-box optimization is inherently heuristic, and in many problems the algorithms don't work well out of the box but needs some hyper-hyper-parameter tuning.
However, Optuna cur…
-
**Notes**
Similar to existing pages in our v2 docs for training, prediction, and conversion. The content can be based on what's currently in the v1 README for those functions.
-
请问这个框架有封装好的超参数搜索模块吗?
-
### Checklist
- [x] The issue exists after disabling all extensions
- [x] The issue exists on a clean installation of webui
- [ ] The issue is caused by an extension, but I believe it is caused by a …
-
-
### Expected behavior
Expect that runtime of an iteration should not increase so dramatically over time, here is a chart showing the actual increase in iteration duration:
![image](https://github…
jt269 updated
5 months ago
-
### Expected behavior
I am faced with a weird error below.
I set a parameter range like below, but there were warning message in every sampling of eps during the optimization.
I got this error…
-
I've been running a Deep Survival machines (Pytorch model) and have the model object after training.
I use `e = shap.DeepExplainer(best_model_obj, torch.tensor(x_train[:100,:], dtype=torch.double, d…
-
### Motivation
The hyperparameter optimization problem can sometimes benefit from insights about the nature of a particular hyperparameter. For example, in `Ridge` regression as implemented in `sci…