Author name: Siddharth Sharma

Hello! I am Siddharth, I have interest in data science and in astronomy. I am currently persuing B.Tech in CSE(DS) from Galgotias College Of Engineering & Technology, Greater Noida. I am always curious and eager to learn new skills and I always try to give my best in my field. My short term goals includes learning more and more to gain knowledge in Data Structures and Algorithm, Data Science and in Astronomy and I try to code everyday.

Feature Encoding Techniques – Machine Learning

  Introduction- In machine learning, the input data or the learning dataset is in a form of numerical data. But there can be many cases where these input datasets are categorial instead of numerical. Feature encoding is a popular method used to convert the categorial data into numerical format. Encoding categorical data allows the machine …

Feature Encoding Techniques – Machine Learning Read More »

P-value in Machine Learning – Python

Introduction- In statistics and machine learning, the p-value (also known as- probability value) is a measure that helps determine the significance of a hypothesis test result. It indicates the probability of obtaining an observed result when the null hypothesis is true How it Works-  Null Hypothesis (H0): It dictates about the assumption that there is …

P-value in Machine Learning – Python Read More »

Scroll to Top