RegressionErrorDistribution#
- class RegressionErrorDistribution[source]#
Check regression error distribution.
The check shows the distribution of the regression error, and enables to set conditions on the distribution kurtosis. Kurtosis is a measure of the shape of the distribution, helping us understand if the distribution is significantly “wider” from the normal distribution, which may imply a certain cause of error deforming the normal shape.
- Parameters
- n_top_samplesint , default: 3
amount of samples to show which have the largest under / over estimation errors.
- n_binsint , default: 40
number of bins to use for the histogram.
- __new__(*args, **kwargs)#
Methods
Add new condition function to the check. |
|
|
Add condition - require min kurtosis value to be greater than the threshold. |
Remove all conditions from this check instance. |
|
Run conditions on given result. |
|
Return check configuration (conditions' configuration not yet supported). |
|
Return check object from a CheckConfig object. |
|
Return check metadata. |
|
Name of class in split camel case. |
|
Return parameters to show when printing the check. |
|
Remove given condition by index. |
|
|
Run check. |
Run check. |