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

new version release 0.1.5 #57

Merged
merged 86 commits into from
Jul 1, 2024
Merged

new version release 0.1.5 #57

merged 86 commits into from
Jul 1, 2024

Conversation

AnFreTh
Copy link
Collaborator

@AnFreTh AnFreTh commented Jul 1, 2024

New Version Release Highlights:

  • Addition of New Models: We've expanded our model suite to include the following architectures:

    • FT-Transformer: Leverages transformer encoders for improved performance on tabular data.
    • MLP (Multi-Layer Perceptron): A classical deep learning model for handling a wide range of tabular data tasks.
    • ResNet: Adapted from the classical ResNet architecture and proven to be a good baseline for tabular tasks.
    • TabTransformer: Utilizes transformer-based models for categorical features.
  • Bidirectional and Feature Interaction Capabilities: Mambular now includes bidirectional capabilities and enhanced feature interaction mechanisms, enabling more complex and dynamic data representations and improving model accuracy.

  • Architectural Restructuring: The internal architecture has been restructured to facilitate the easy integration of new models. This modular approach simplifies the process of extending Mambular with custom models.

  • New Preprocessing Methods: We have introduced new preprocessing techniques to better prepare your data for modeling:

    • Quantile Preprocessing: Transforms numerical features to follow a uniform or normal distribution, improving robustness to outliers.
    • Polynomial Features: Generates polynomial and interaction features to capture more complex relationships within the data.
    • Spline Transformation: Applies piecewise polynomial functions to numerical features, effectively capturing nonlinear relationships.

AnFreTh and others added 29 commits June 28, 2024 09:18
moved preprocessor to own module
add preprocessing to homepage
release instruction updated
@AnFreTh AnFreTh merged commit 53de1df into master Jul 1, 2024
1 check passed
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.

2 participants