OBLA
OBLA model for lactate threshold prediction. This model uses a 3rd degree polynomial to fit the lactate data.
Atributes:
model (object):
Model object.
plot (object):
Plot object.
Methods:
| Name | Description |
|---|---|
fit |
Fit the model to the training data. |
predict |
Predicts intensity at a given lactate value. |
fit
Fit the model to the training data.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
array - like
|
Intensity data. |
required |
|
array - like
|
lactate values. |
required |
|
str
|
Method to use for fitting the model. Options are:
|
'4th_poly'
|
Returns:
| Name | Type | Description |
|---|---|---|
self |
object
|
Fitted model. |