-
### Describe the feature you want to add to this project
Integration of new algorithm LambdaMart.
### Describe your proposed solution
LambdaMART is the boosted tree version of LambdaRank, w…
-
@mtsokol
https://github.com/BCG-X-Official/facet/issues/374 related.
Thank you. I have modified your code and considered non-linear models such as KernelRidge.
However, KernelRidge is natura…
-
@bgyori, can we brainstorm a schema for storing the MMT representation rather than the lower level MiraNet representation that we have been using. What is the native MIRA storage format that you are u…
-
Hi,
I want to run the GlobWat recipe with the ERA5 ensemble. However, I could not find it in the supported datasets list.
I was wondering if you could guide me in using this dataset or adding suppo…
-
I'm trying to run vanilla PPO against either a single reward model or an ensemble of 5 reward models.
Command: `accelerate launch --main_process_port=29503 --config_file configs/accelerate_config.…
-
**Bug Report Checklist**
- [ ] I provided code that demonstrates a minimal reproducible example.
- [ ] I confirmed bug exists on the latest mainline of AutoGluon via source install.
- [x ] I co…
-
```
hello, is it possible to return the score for each predicted label from random
forest? I need this to plot the ROC curve. It is urgent if you can. Thanks.
```
Original issue reported on code.goo…
-
```
hello, is it possible to return the score for each predicted label from random
forest? I need this to plot the ROC curve. It is urgent if you can. Thanks.
```
Original issue reported on code.goo…
-
**Describe the bug**
We should consider following refactorings in the RF Cython and related C++ code.
1. Break RF parameters in to two categories:
- Strictly RF parameters: Parameters that are…
-
In order to optimize hyperparameters using sklearn's GridSearchCV, I think it's preferable to define a score function in the estimator
```
from sklearn.model_selection import GridSearchCV
from ru…