-
Hi, what is the currently recommended train/val/test split?
The line ```assert split in {'train', 'test'}``` confuses me a bit, as it indicates that there is no validation split?
-
-
How did you split the train, validation, test sets? I read the other issues and a few people asked the same question. I'd like to reproduce the results. Could you share the code for the separation or …
-
Hi, where can I find the train/val/test split? How can I navigate in a particular apartment of a split? Thanks.
-
Hello, thank you for compiling this dataset and your work in general. I tried downloading the dataset from [this](https://zenodo.org/record/4010759) link but it appears that the link for Train-Test sp…
-
# Import necessary libraries
import pandas as pd
from sklearn.feature_extraction.text import TfidfVectorizer
from sklearn.model_selection import train_test_split
from sklearn.naive_bayes import Multin…
-
class KAN_Regressor(Model):
def __init__(self , grid=3, k=3, steps=10, **kwargs) -> None:
super().__init__(eliminate_duplicates=False, eliminate_duplicates_eps=1e-8, **kwargs)
…
-
# Cell 1: Import Libraries
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns
import pennylane as qml
from sklearn.preprocessing import StandardScaler
…
-
Hello,
I'm developing a library for decision tree visualization https://github.com/mljar/supertree and would appreciate feedback on whether my visualization approach for XGBoost is correct. I've comp…
-
Dear Authors,
Thanks for your great work!
Could you provide the train/test file list of 2010 files for training and testing on HRSOD?