Heuristic¶
The samplesizelib.linear.heuristic contains classes:
-
class
samplesizelib.linear.heuristic.BootstrapEstimator(statmodel, **kwards)[source]¶ Description of Bootstrap Method
- Parameters
statmodel (RegressionModel or LogisticModel) – the machine learning algorithm
averaging (float) – to do
epsilon (float) – to do
begin (int) – to do
end (int) – to do
num (int) – to do
multiprocess (bool) – to do
progressbar (bool) – to do
-
class
samplesizelib.linear.heuristic.CrossValidationEstimator(statmodel, **kwards)[source]¶ Description of Cross Validation Method
- Parameters
statmodel (RegressionModel or LogisticModel) – the machine learning algorithm
averaging (float) – to do
epsilon (float) – to do
begin (int) – to do
end (int) – to do
num (int) – to do
test_size (float) – to do
multiprocess (bool) – to do
progressbar (bool) – to do