SNShravani Nginshravanii.hashnode.dev·Mar 15, 2024 · 3 min readDifferent Types of AnalysisThere are four key types of data analytics, and each answers a different type of question: Descriptive analytics asks, “What happened?” Predictive analytics asks, “What might happen in the future?” Prescriptive analytics asks, “What should be done...00
SNShravani Nginshravanii.hashnode.dev·Mar 14, 2024 · 2 min readThe Miracle of Self-Discipline (part1)Someday I’ll upgrade my skills and earn more money. Someday I’ll get my finances under control and get out of debt. Someday I’ll do all those things that I know I need to do to achieve all my goals. Probably 80 percent of the population lives on Some...00
SNShravani Nginshravanii.hashnode.dev·Mar 14, 2024 · 4 min readMachine Learning Projects Using Regression1.PROBLEM STATEMENT we have to predict the car prices . so we have several information about used cars by existing data we are going to predict the data. COLLECT THE DATA FROM KAGGLE USING THIS LINK https://www.kaggle.com/code/mohaiminul101/car-p...00
SNShravani Nginshravanii.hashnode.dev·Mar 6, 2024 · 2 min readDatatypes In Python1. Numbers: Numbers are used to represent quantities in Python. Integer (int): Whole numbers without any decimal points. age = 10 Float (float): Numbers with decimal points. height = 4.5 data type in Python represents complex numbers, which c...00
SNShravani Nginshravanii.hashnode.dev·Mar 5, 2024 · 2 min readRegression in machine learningRegression is a supervised learning technique that supports finding the correlation among variables A regression problem is when the output variable is a real or continuous value. Regression shows a line or curve that passes through all the data po...00