-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: 🔖 bump version number and update changelog
- Loading branch information
Thomas Bury
committed
Sep 22, 2023
1 parent
14b33af
commit 2a909bc
Showing
4 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,19 @@ | ||
cff-version: 1.2.0 | ||
abstract: >- | ||
All relevant feature selection means trying to find all features carrying information usable for prediction, | ||
rather than finding a possibly compact subset of features on which some particular model has a minimal error. | ||
This might include redundant predictors. | ||
All relevant feature selection means trying to find all features carrying information usable for prediction, rather than finding a possibly compact subset of features on which some particular model has a minimal error. This might include redundant predictors. | ||
title: All relevant feature selection | ||
message: >- | ||
If you use this software, please cite it using the | ||
metadata from this file. | ||
If you use this software, please cite it using the metadata from this file. | ||
type: software | ||
authors: | ||
- given-names: Thomas | ||
family-names: Bury | ||
orcid: 'https://orcid.org/0000-0003-1421-4184' | ||
- given-names: Thomas | ||
family-names: Bury | ||
orcid: 'https://orcid.org/0000-0003-1421-4184' | ||
keywords: | ||
- "Feature Selection" | ||
- "All Relevant Feature Selection" | ||
- "Machine Learning" | ||
- "Feature Selection" | ||
- "All Relevant Feature Selection" | ||
- "Machine Learning" | ||
license: MIT License | ||
url: 'https://github.com/ThomasBury/arfs' | ||
version: 2.1.2 | ||
version: 2.1.3 | ||
date-released: 2021-12-18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""init module, providing information about the arfs package | ||
""" | ||
|
||
__version__ = "2.1.2" | ||
__version__ = "2.1.3" |