Description Usage Arguments Value Author(s)
View source: R/logistic_reg_comprobations.R
Comprobations for the "logistic_regression" function parameters.
1 2 | logistic_reg_comprobations(target, lr, max_iter, regu_factor, threshold,
probs, epsilon)
|
target |
Variable target for logistic regression |
lr |
Learning rate for gradient descent algorithm |
max_iter |
Number of iterations for gradient descent algorithm |
regu_factor |
Regularization factor for Ridge Regularization |
threshold |
Threshold to stop gradient descent algorithm base on the value of the cost function |
probs |
If the results must be given like probabilities or not. |
epsilon |
Numeric parameter for computation |
Returns the mean values for the metric selected
Alberto Almuiña
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.