PinnedFrequently asked questions on linear regression in a Data Science Interview!IntroductionMar 19, 20223Mar 19, 20223
PinnedPerforming Exploratory Data Analysis in Python.Exploratory Data Analysis is the process of performing initial investigations on data to discover patterns, spot outliers, and test…Jan 18, 20211Jan 18, 20211
Send Emails Using PythonIn this article, we would learn to send emails using Python. Sending emails manually is a time-consuming and error-prone task, but it’s…Mar 10, 2022Mar 10, 2022
Can Decision Tree be used for Regression problems?A regression tree is basically a decision tree that is used to predict continuous valued outputs. In decision trees for classification, the…Mar 10, 20221Mar 10, 20221
Excel Shortcut Keys for Increasing Work Efficiency- Part 2There is no denial that shortcuts make one life easier. Some of the most important Microsoft Excel Shortcuts for windows are:-Jan 29, 2021Jan 29, 2021
Excel Shortcuts for Increasing the Efficiency at Work- Part 1There is no denial that shortcuts make one life easier. Some of the most important Microsoft Excel Shortcuts for windows are:-Jan 29, 2021Jan 29, 2021
Web scrapping Using PythonWe extract information from a website by copying and pasting the information from there to our file. However, this manual process of…Jan 23, 2021Jan 23, 2021
What is Machine Learning?Machine Learning (ML) is a technique that uses algorithms to learn from the data without being programmed explicitly. Due to the data…Jan 13, 2021Jan 13, 2021
How to deal with missing values in data set ?The real-world datasets consist of missing values and a large amount of time of the data scientist is spend on data preparation which also…Jan 4, 2021Jan 4, 2021
Factors Determining Loan ApprovalRecent years have seen a rise in the number of loan applications as people are becoming less hesitant in applying the loans due to…Dec 22, 2020Dec 22, 2020
How Do Credit Card Issuing Companies Make Money?In this article, we take a deep dive to understand the profit and loss of the credit card issuing companies. For credit risk or product…Dec 19, 2020Dec 19, 2020
Published inAnalytics VidhyaMAE, MSE, RMSE, Coefficient of Determination, Adjusted R Squared — Which Metric is Better?The objective of Linear Regression is to find a line that minimizes the prediction error of all the data points.Dec 8, 20202Dec 8, 20202
Why do we need a Database to store the data when we can use spreadsheets?Microsoft Excel and Google Docs are spreadsheet applications used for storing information in a tabular format. A Relational Database is a…Nov 28, 20201Nov 28, 20201