Skip to main content

Questions tagged [hyperparameter]

A parameter that is not strictly for the statistical model (or data generating process), but a parameter for the statistical method. It could be a parameter for: a family of prior distributions, smoothing, a penalty in regularization methods, or an optimization algorithm.

2 votes
1 answer
34 views

I report model performance using log loss on calibrated probabilities, where calibration is temperature scaling fitted on train-only out-of-fold (OOF) predictions. For hyperparameter tuning, should ...
randomstate42's user avatar
3 votes
1 answer
32 views

I'm working on a classification problem where the goal is to maximize the F1-score, hopefully above 80%. Despite a very thorough EDA and preprocessing workflow, I've hit a hard performance ceiling ...
hijunyng's user avatar
0 votes
0 answers
24 views

I am working on hyperparameter optimization for YOLOv8 using a metaheuristic algorithm. Currently, I am testing the Grey Wolf Optimizer (GWO), but I plan to also experiment with other algorithms. Here ...
NewPartizal's user avatar
1 vote
0 answers
32 views

I have a fraud detection dataset with a datetime feature. My current workflow is: Split the dataset into train and test sets. Feature selection on the train set by applying filter methods to drop ...
Om Mali's user avatar
  • 31
2 votes
1 answer
160 views

I read in the mlr3 book about nested resampling that: Nested resampling is a method to compare models and to estimate the generalization performance of a tuned model, however, this is the performance ...
ChickenTartR's user avatar
1 vote
1 answer
87 views

For cross validation of hyperparameters, I have a question about which approach is generally considered better in the context of running regularized regression (specifically elastic net l1, l2 ...
qwer's user avatar
  • 111
0 votes
0 answers
83 views

I'm fine-tuning hyperparameter of my CatBoost model for a multi-class problems. May I ask is this all the hyperparameter that I should tune, and if the range is the optimal range to start-tuning? <...
Duy Ngo's user avatar
  • 33
0 votes
1 answer
65 views

Let $\sigma>0$. Suppose we observe $N$ samples of sizes $T_1,\dots,T_n$ that are each generated by the following data generating process: $\theta_n$ is drawn from the distribution $\mathrm{N}(0,\...
cfp's user avatar
  • 565
2 votes
1 answer
156 views

I'm encountering a multi-classification problem. I'm trying to use Hyperopt Fmin to perform hyperparameter tuning. However, I have no idea what's the appropriate value that I should use for the search ...
Duy Ngo's user avatar
  • 33
0 votes
0 answers
52 views

I’m training a machine learning model and optimizing the regularization hyperparameters to ensure the model generalizes well. During training, I include regularization terms in the loss function to ...
eshaan's user avatar
  • 1
0 votes
0 answers
26 views

Lets assume that we retrain the model every year in production and we have accumulating 50 years of data. If using a time series CV (e.g TimeSeriesSplit in sklearn) for hyperparams recalibration at ...
Kreol's user avatar
  • 121
3 votes
1 answer
372 views

I'm working on a classification problem with ~90k data rows and 12 features. I'm trying to tune the hyperparamters of an XGBoost model to minimize the overfitting. I use ROC_AUC as the metric to ...
WatermelonBunny's user avatar
0 votes
0 answers
90 views

I'm studying which variant of variational autoencoders (VAE) gives better expected calibration error (ECE) (see also this doc) under small dataset. According to google's tuning playbook, to compare ...
Kaiwen's user avatar
  • 307
3 votes
2 answers
309 views

The monograph Cross Validation contains a section on nested cross-validation for hyper-parameter optimisation (page 6). The author refers to this paper for a reason why it is better to decouple hp-...
Ayrat's user avatar
  • 43
1 vote
0 answers
70 views

I am trying to build a binary classification model with XGBoost. I made sure to split my data into the training, validation and test sets. I performed feature selection, early stoppage and ...
Shak Jivraj's user avatar

15 30 50 per page
1
2 3 4 5
44