What is the difference between a feature and a label?

前端 未结 7 1643
天涯浪人
天涯浪人 2020-12-12 10:00

I\'m following a tutorial about machine learning basics and there is mentioned that something can be a feature or a label.

From what I know, a fea

7条回答
  •  既然无缘
    2020-12-12 10:45

    A feature briefly explained would be the input you have fed to the system and the label would be the output you are expecting. For example, you have fed many features of a dog like his height, fur color, etc, so after computing, it will return the breed of the dog you want to know.

提交回复
热议问题