Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 0.2.4 #144

Merged
merged 4 commits into from
Oct 21, 2024
Merged

version 0.2.4 #144

merged 4 commits into from
Oct 21, 2024

Conversation

AnFreTh
Copy link
Collaborator

@AnFreTh AnFreTh commented Oct 21, 2024

This pull request includes several improvements and bug fixes across multiple files in the mambular package. The changes focus on ensuring proper type handling and updating the version number.

Version Update:

Type Handling Improvements:

  • 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. [1] [2] [3] [4]
  • mambular/models/sklearn_base_classifier.py, mambular/models/sklearn_base_lss.py, mambular/models/sklearn_base_regressor.py: Modified conditional checks to use if X_val is not None instead of if X_val in the build_model and fit methods. [1] [2] [3] [4] [5] [6]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant