What is an example of a feature in ML?
Loading
What is an example of a feature in ML?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Sep 18, 2025, 12:21 PM
Machine Learning is everywhere. When you search Google or ChatGPT or watch a reel in Insta, these apps learn behind the scene and based on that they will show you the next content. When a system (machine) learns itself from user behavior that is machine learning.
Jayraj ChhayaPosted Sep 18, 2025, 10:52 AM
In Machine Learning, a feature is an individual measurable property or input used to make predictions.
Example:
If you’re building a model to predict house prices:
Features could be square footage, number of bedrooms, location, and year built.
The target/output would be the price of the house.
So, “number of bedrooms” is an example of a feature.