Skip to content

Commit

Permalink
Disable waterfall charts by default during training
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasMeissnerDS committed Aug 24, 2024
1 parent a3f01d2 commit fb128b0
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bluecast/config/training_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class TrainingConfig(BaseModel):
plot_hyperparameter_tuning_overview: bool = True
enable_feature_selection: bool = False
calculate_shap_values: bool = True
shap_waterfall_indices: List[int] = [0]
shap_waterfall_indices: List[int] = []
show_dependence_plots_of_top_n_features: int = 0
store_shap_values_in_instance: bool = False
train_size: float = 0.8
Expand Down
Binary file removed dist/bluecast-1.6.0.tar.gz
Binary file not shown.
Binary file not shown.
Binary file added dist/bluecast-1.6.1.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
project = "BlueCast"
copyright = "2024, Thomas Meißner"
author = "Thomas Meißner"
release = "1.6.0"
release = "1.6.1"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bluecast"
version = "1.6.0"
version = "1.6.1"
description = "A lightweight and fast automl framework"
authors = ["Thomas Meißner <[email protected]>"]
license = "GPL-3.0-only"
Expand Down

0 comments on commit fb128b0

Please sign in to comment.