Skip to content

Releases: radlfabs/flexcv

v24.0-beta

23 Jan 19:57
Compare
Choose a tag to compare

flexcv v24.0-beta

Bug Fixes

  • Fix: #41 is fixed by pinning scipy to version <1.12. The problem was in neptune-sklearn's dependency scikit-plot, which is not compatible with scipy >=1.12 and no longer actively maintained. This is a temporary fix until neptune-sklearn or scikit-plot is updated.

v23.0.1-beta

20 Nov 17:59
Compare
Choose a tag to compare
v23.0.1-beta

Inaugural Beta

20 Nov 16:06
Compare
Choose a tag to compare

flexcv v23.0-beta

Initial Beta Release

Welcome to the first release of flexcv! This version marks the beginning of a powerful and versatile library designed to simplify nested cross validation tasks in Python.

Key Features

  • Feature: Interface based nested cross validation allows deep customizations without re-implementing the wheel.
  • Mixed Effects: Integrating MERF to apply correction based on clusters in data.
  • Experiment Tracking: Neptune integrations for extensive logging
  • Documentation: Initial documentation outlining the package structure and providing usage examples for various ML tasks.

What's Included

flexcv 23.0.0 provides:

  • Interface class to set up and perform nested cross validation.
  • Customizability of cross validation settings.
  • Suited for hierarchical/clustered data with mixed effects.
  • SOTA hyperparameter optimization with Optuna.
  • Extensive online logging thanks to Neptune.ai.
  • Custom solutions for stratified kFold on continuous target variables.
  • Custom objective scoring to balance out over-/underfitting.
  • Yaml parser to read in model configuration.
  • Multiple Models per Run.
  • Repeated CV.
  • Detailled documentation.
  • Multiple user guides across different ML tasks.
  • Great test coverage.

Notes

This inaugural release lays the foundation for future enhancements and feature additions. We welcome feedback, contributions, and suggestions as we continue to expand flexcv.

Thank you for being part of this journey!
Fabian