Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected].9
- uses: prefix-dev/[email protected].10
with:
environments: static
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected].9
- uses: prefix-dev/[email protected].10
with:
environments: >-
dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected].9
- uses: prefix-dev/[email protected].10
with:
environments: dev
cache: true
Expand Down
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ FastCan is a greedy search algorithm that supports:

Key advantages:

#. **Extremely fast**
#. **Extremely fast** -- Designed for high performance, even with large datasets

#. **Redundancy-aware** -- accounts for redundancy among features or samples to select the most informative subset
#. **Redundancy-aware** -- Effectively handles feature or sample redundancy to select the most informative subset

#. **Multioutput** -- Natively supports matrix-valued targets for multioutput tasks

Check `Home Page <https://fastcan.readthedocs.io/en/latest/>`_ for more information.

Expand Down
Loading