You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
New Features
Support for Ensemble Execution and Evaluation
Introduced the EnsembleManager class to manage the lifecycle of ensemble models.
Refactor Path Management
Refactored ModelPath and EnsemblePath to ModelPathManager and EnsemblePathManager respectively for better clarity and management.
Pipeline Configuration
Added a PipelineConfig class in views_pipeline_core.configs to handle runtime settings such as dataframe format.
Dataframe Handling
Added read_dataframe and write_dataframe functions in views_pipeline_core.files.utils to handle parquet and pickle dataframe files based on extensions.
Improvements
Updated all tests to align with the new changes.
Added scaffolding templates for new models and ensembles, which are used in the views_models repository.
Updated .gitignore
Bug Fixes
Fixed the discrepancy between run type and partition
Enhancements
Added support for various evaluation types such as "standard", "long", "complete", and "live".
Deprecations
Deprecated the GlobalCache class as it was found to be redundant.