General information

The brick provides a possibility to create your own logistic regression model to solve classification problems. The logistic regression model uses the logistic function to squeeze the output of a linear equation between 0 and 1. The logistic function is defined as:

This model can help you predict the likelihood of an event happening or a choice being made. For example, you may want to know the likelihood of a visitor choosing an offer made on your website — or not. Logistic model in our interpretation is used to solve binary classification problem.

Description

Brick Location

BricksMachine LearningLogisitc Regression

Brick Parameters

Simple mode

Advanced mode

Looks the same except there are two more parameters to control:

Additional Features