logisticRegression: Logistic Regression algorithm for classification

Description Usage Arguments Examples

View source: R/hello.R

Description

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

Usage

1

Arguments

t

Target Variable

d

Dataset

@note Pass the target value with '$' . Ex- dataset$target(d$t)

Examples

1

lucio617/mlearning documentation built on Dec. 21, 2021, 12:40 p.m.