Description Usage Arguments Examples
Predicts the probability of the target variable on the basis of input dataset by performing Logistic Regression Algorithm and also Plots a curve between 0 and 1 in the y axis
1 | logisticRegression(t, d)
|
t |
Target Variable |
d |
Dataset @note Pass the target value with '$' . Ex- dataset$target(d$t) |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.