take less gpu memory to 20%

This commit is contained in:
longyu 2022-10-08 09:23:06 +02:00
parent f0550f94d0
commit ffebd812d1

View File

@ -30,7 +30,7 @@ class CatboostPredictionBinaryMultiModel(BaseClassifierModel):
cbr = CatBoostClassifier( cbr = CatBoostClassifier(
allow_writing_files=False, allow_writing_files=False,
gpu_ram_part=0.5, gpu_ram_part=0.2,
verbose=100, verbose=100,
early_stopping_rounds=400, early_stopping_rounds=400,
**self.model_training_parameters, **self.model_training_parameters,