-
**Describe the bug**
When using the new MondrianCP class I'm unable to fit my estimator with a Pandas dataframe, while using the standard MapieRegressor this works fine. Since I'm using a sklearn p…
-
It seems there is a major issue with the way the data is split between train and test, which can be seen below:
![image](https://github.com/user-attachments/assets/116a640d-0e69-4929-aa02-f802795f54b…
-
**Describe the issue linked to the documentation**
I'm encountering an issue with Darts' `XGBModel` when trying to fit it with `val_sample_weight` provided.
Specifically, when using `val_sample…
-
Hi,
the dataset does not contain a train/test split for the poses. Is there missing a file defining it? I also do not have the train test directories as shown in uavhumanposetools. I only have a Sk…
-
Hi,
for the validation of my model, I wanted to do a parity plot. Currently there is no option for dumping the train/test/validation split the models do internally.
I have been discussing this with…
-
Thanks for release the code!
I notice that the current code in `create_tuples_dataset.py` makes a random split.
So could you please share your train-test split file same with the paper?
-
Hi, great work!
I'm trying to reproduce the results on public datasets. However, I only found the training codes, where the model was evaluated on the eval set (or you don't use train/eval/test spilt…
-
**Is your feature request related to a problem? Please describe.**
When using the benchmark_filename parameter for sequential recommendation, it requires specifying train, validation, and test sets i…
-
When I try to run the following command,
> `accelerate launch --num_processes=4 big_model_quantized_probing.py scripts/configs/probe_quantized_codellama-34b-4bit-unfreeze.yaml`
I got the followi…
-
## Issue
I am trying to load an already written `.mds` version of the C4 dataset. The dataset was written out in a manner similar to the demos provided on this repository. I have used the first code …