Skip to content

Commit 3ecad37

Browse files
committed
updated history with summary of changes
1 parent 812b40f commit 3ecad37

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/history.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# History
22

3+
## 1.0.2 (2023-05-31)
4+
5+
### New Features:
6+
7+
- 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]
8+
### Enhancements:
9+
10+
- Enabled two more parameters in the GATE model. [Commit: 3680413]
11+
- Included metric_prob_input parameter in the library configuration. This update allows for better control over metrics in the models. [Commit: 0612db5]
12+
- Slight improvements to the GATE model, including changes to defaults for better performance. [Commit: c30a6c3]
13+
- Minor bug fixes and improvements, including accelerator options in the configuration and progress bar enhancements. [Commit: f932230, bdd9adb, f932230]
14+
### Dependency Updates:
15+
16+
- Updated dependencies, including docformatter, pyupgrade, and ruff-pre-commit. [Commits: 4aae9a8, b3df4ce, bdd9adb, 55e800c, c6c4679, c01154b, 107cd2f]
17+
### Documentation Updates:
18+
19+
- Updated the library's README.md file. [Commits: db8f3b2, cab6bf1, 669faec, 1e6c400, 3097799, 7fabf6b]
20+
### Other Improvements:
21+
22+
- Various code optimizations, bug fixes, and CI enhancements. [Commits: 5637020, e5171bf, 812b40f]
23+
24+
For more details, you can refer to the respective commits on the library's GitHub repository.
25+
326
## 1.0.1 (2023-01-20)
427

528
- Bugfix for default metric for binary classification

0 commit comments

Comments
 (0)