ostatslib.actions.exploratory_actions.response_exploratory_actions#
Response exploratory actions module
Classes
Infer response data type using Pandas function |
|
Check if a there's a balance of response min and max values count (mostly for classification data) |
|
Checks if response is dichotomous |
|
Checks if response is discrete |
|
Check if response contains only positive values |
|
Checks if response is quantitative |
|
Gets response variable unique values ratio |
- class IsResponseBalancedExploration[source]#
Check if a there’s a balance of response min and max values count (mostly for classification data)