Krishna

Krishna

Intro to Regression

Regression analysis is used to predict continuous outcomes from the given data. It uses features from data to fit a line that models the relationship Regression also helps us understand how the features influence a target variable. The Target value…

Supervised Learning

Its all about training various models on labeled data to make predictions. Goal of supervised learning is to make accurate predictions on unseen data. There are 2 types of supervised learning Few basics terminologies: Features are nothing but inputs. Sometimes…