-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
38 additions
and
28 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
19 changes: 14 additions & 5 deletions
19
docs/source/introduction/fedot_features/automation/dimensionality_reduction.rst
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,7 +1,16 @@ | ||
Dimensionality reduction | ||
------------------------ | ||
Dimensionality operations | ||
------------------------- | ||
|
||
Currently FEDOT supports only feature selection algorithms provided by scikit-learn, but there aren't extraction ones. | ||
FEDOT supports bunch of dimension preprocessing operations that can be be added to the pipeline as a node. | ||
|
||
.. | ||
[А что по ITMO_FS у нас, кстати? Вроде нигде не используется на 28.03.2023] | ||
Feature selection | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
There are different linear and non-linear algorithms for regression and classification tasks | ||
which uses scikit-learn's Recursive Feature Elimination (RFE). | ||
|
||
Feature extraction | ||
^^^^^^^^^^^^^^^^^^ | ||
|
||
Currently there are PCA (kernel methods supported), fast ICA and | ||
polynomial features algorithms for generating new features. |
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
14 changes: 14 additions & 0 deletions
14
docs/source/introduction/fedot_features/automation/models_used.rst
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Models used | ||
----------- | ||
|
||
Using the parameter ``preset`` of the :doc:`main API </api/api>` you can specify | ||
what models are available during the learning process. | ||
|
||
It influences: | ||
|
||
* composing speed and quality | ||
* computational behaviour | ||
* task relevance | ||
|
||
.. note:: | ||
To make it simple, FEDOT uses ``auto`` by default to identify the best choice for you. |
11 changes: 0 additions & 11 deletions
11
docs/source/introduction/fedot_features/automation/used_models.rst
This file was deleted.
Oops, something went wrong.
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
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