dashi v0.3.2
dashi v0.3.2
This release introduces new improvements for temporal map handling, visualization customization, and supervised model training configuration.
What's Changed
Unsupervised characterization
-
Adapted
trim_data_temporal_mapto supportMultivariateDataTemporalMaps. -
Added
start_dateandend_datearguments to:plot_multivariate_data_temporal_mapplot_conditional_data_temporal_map
These arguments allow users to restrict temporal map visualizations to a specific date range.
-
Added the
color_paletteargument to:plot_multivariate_data_temporal_mapplot_conditional_data_temporal_map
This allows users to customize the color scheme of temporal map plots.
Supervised characterization
-
Added new training configuration arguments to
estimate_multibatch_models:max_itern_estimatorsmax_depth
These arguments allow users to customize the supervised models trained across batches.
Notes:
max_iteris only applied to histogram gradient boosting models.n_estimatorsandmax_depthare only applied to random forest models.
Installation
pip install --upgrade dashiNote: All new function parameters have been implemented with sensible defaults to ensure strict backward compatibility with scripts utilizing dashi v0.3.1.