Skip to content

v1.0.2

Compare
Choose a tag to compare
@manujosephv manujosephv released this 01 Jun 06:16
· 146 commits to main since this release

New Features:

  • Added Feature Importance: The library now includes a new method in TabularModel and BaseModel for enabling feature importance. Feature Importance has been enabled for FTTransformer and GATE models. [Commit: dc2a49e]

Enhancements:

  • Enabled two more parameters in the GATE model. [Commit: 3680413]
  • Included metric_prob_input parameter in the library configuration. This update allows for better control over metrics in the models. [Commit: 0612db5]
  • Slight improvements to the GATE model, including changes to defaults for better performance. [Commit: c30a6c3]
  • Minor bug fixes and improvements, including accelerator options in the configuration and progress bar enhancements. [Commit: f932230, bdd9adb, f932230]

Dependency Updates:

Documentation Updates:

Other Improvements:

For more details, you can refer to the respective commits on the library's GitHub repository.