-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #109 from orchardbirds/language_sprucing
Language sprucing
- Loading branch information
Showing
23 changed files
with
18,994 additions
and
238 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,6 +1,6 @@ | ||
# Features Elimination | ||
|
||
This module allows to apply features elimination. | ||
This module allows us to apply features elimination. | ||
|
||
|
||
::: probatus.feature_elimination.feature_elimination |
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,6 +1,6 @@ | ||
# Imputation Selector | ||
|
||
This module allows to select imputation strategies. | ||
This module allows us to select imputation strategies. | ||
|
||
|
||
::: probatus.missing_values.imputation |
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,14 +1,14 @@ | ||
# Metric Volatility | ||
|
||
The aim of this module is analysis of how well a model performs on a given dataset, and how stable the performance is. | ||
The aim of this module is the analysis of how well a model performs on a given dataset, and how stable the performance is. | ||
|
||
The following features are implemented: | ||
|
||
- **TrainTestVolatility** - Estimation of volatility of metrics. The estimation is done by splitting the data into train and test multiple times and training and scoring a model based on these metrics. | ||
- **TrainTestVolatility** - Estimation of the volatility of metrics. The estimation is done by splitting the data into train and test multiple times and training and scoring a model based on these metrics. | ||
|
||
- **SplitSeedVolatility** - Estimates volatility of metrics based on splitting the data into train and test sets multiple times randomly, each time with different seed. | ||
- **SplitSeedVolatility** - Estimates the volatility of metrics based on splitting the data into train and test sets multiple times randomly, each time with a different seed. | ||
|
||
- **BootstrappedVolatility** - Estimates volatility of metrics based on splitting the data into train and test with static seed, and bootstrapping train and test set. | ||
- **BootstrappedVolatility** - Estimates the volatility of metrics based on splitting the data into train and test with static seed, and bootstrapping the train and test set. | ||
|
||
|
||
::: probatus.metric_volatility.volatility |
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,7 @@ | ||
# Model Interpretation using SHAP | ||
|
||
The aim of this module is providing tools for model interpretation using [SHAP](https://shap.readthedocs.io/en/latest/) library. | ||
The class below is a convenience wrapper, that implements multiple plots for tree-based & linear models. | ||
The aim of this module is to provide tools for model interpretation using the [SHAP](https://shap.readthedocs.io/en/latest/) library. | ||
The class below is a convenience wrapper that implements multiple plots for tree-based & linear models. | ||
|
||
::: probatus.interpret.model_interpret | ||
::: probatus.interpret.shap_dependence |
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,5 +1,5 @@ | ||
# Statistical Tests | ||
|
||
This module allows to apply different statistical tests. | ||
This module allows us to apply different statistical tests. | ||
|
||
::: probatus.stat_tests.distribution_statistics |
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
Oops, something went wrong.