Skip to content

Release v0.2.4

Compare
Choose a tag to compare
@AnFreTh AnFreTh released this 21 Oct 15:03
· 370 commits to master since this release
e65e88b

What's Changed

  • sklearn base_modules: Modified conditional checks to use if X_val is not None instead of if X_val in the build_model and fit methods. by @AnFreTh in #142
  • mambular/data_utils/datamodule.py: Ensured that keys are converted to strings when constructing cat_key, binned_key, and num_key in the setup and preprocess_test_data methods. by @AnFreTh in #142

Full Changelog: v0.2.3...v0.2.4