catboost tensorboard bugfix
This commit is contained in:
@@ -43,7 +43,7 @@ class CatboostRegressor(BaseRegressionModel):
|
||||
|
||||
model = CatBoostRegressor(
|
||||
allow_writing_files=True,
|
||||
train_dir=Path(dk.data_path / 'tensorboard'),
|
||||
train_dir=Path(dk.data_path),
|
||||
**self.model_training_parameters,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user