python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to automatically choose meaning num_features_to_select with best result in select_features from CatBoostClassifier?
I'm writting a class on Python, where I'm trying to automatically pick up a value of num_features_to_select in CatBoostClassifier().select_features(). Right now, function uses enumeration of num_fea...
curly_arti
Votes: 0
Answers: 2
How to implement calculating pAUC and its derivatives in python?
According to this paper, the method of maximizing pAUC is useful for unbalanced binary classification problems.
Since gradient boosting libraries such as LightGBM, CatBoost and XGBoost do not implemen...
toshi71
Votes: 0
Answers: 0
Catboost Python: How to interpret the MAE and R2 values
I have fitted a regression model using Catboost. I want to predict tax values. The target variable which I am trying to predict is:
count 192687.00000
mean 94280.45840
std 154699...
Sara Ghaderi
Votes: 0
Answers: 0