Skip to main content
aranglol's user avatar
aranglol's user avatar
aranglol's user avatar
aranglol
  • Member for 6 years, 7 months
  • Last seen more than a month ago
  • Vancouver, BC, Canada
34 votes
Accepted

Lightgbm vs xgboost vs catboost

16 votes
Accepted

Why class weight is outperforming oversampling?

10 votes

What is the outcome of a Cox regression in xgboost?

8 votes
Accepted

What's the point of the test set?

8 votes
Accepted

XGBoost: # rounds is equal to n_estimators?

7 votes
Accepted

Why is there a trade-off between bias and variance in supervised learning? Why can't we have best of both worlds?

7 votes
Accepted

Python XGBoost predict_proba returns very high or low probabilities

5 votes
Accepted

What predictive model to use to impute Gender?

4 votes
Accepted

How to optimize hyperparameters in stacked model?

4 votes
Accepted

Is there a Feature selection process for ARIMA model?

4 votes

Why does Lasso behave "erratically" when the number of features is greater than the number of training instances?

4 votes

why naive is needed in Naive Bayes ,what happens if naive is not included in Bayes theorem?

3 votes

Which comes first? Multiple Imputation, Splitting into train/test, or Standardization/Normalization

3 votes
Accepted

In Naive Bayes classifier how is P(sneezing,builder|flu) = P(sneezing|flu)P(builder|flu)?

3 votes
Accepted

Prediction interval for general non-linear regression

3 votes

Large negative R2 or accuracy scores for random forest with GridSearchCV but not train_test_split

2 votes

Estimating test AUC using k-fold CV for imbalanced classification problem

2 votes

Can `k=1` be a good choice for K neighbors classification?

2 votes
Accepted

Am I using GridSearch correctly or do I need to use all data for cross validation?

2 votes

Can I add features that are parts of another feature?

2 votes
Accepted

Feature Selection with one-hot-encoded categorical data

2 votes
Accepted

Automatically uses several cores on R

2 votes

What is the purpose of Logit function? At what stage of model building process this logit function is used?

2 votes

Find causal relations between multiple branches of science

2 votes

xgboost feature selection and feature importance

2 votes
Accepted

Choosing best model produced from different algorithms. Metric produced by cross-validation on the train set or metric produced on the test set?

2 votes

ACF vs PACF in ARIMA

2 votes
Accepted

Xgboost multiclass monotonic constraints

2 votes
Accepted

Calculate the best alpha, beta and gamma that should be used in the holt-winters exponential smoothing formula

2 votes

Is there a way to check if a time-series is seasonal without manual inspection of its decomposition?