You are viewing a single comment's thread from:

RE: Python For Data Science (#1)- Gender Classification (Male or Female)

in #utopian-io6 years ago

You have a minor misspelling in the following sentence:

It is like a flowchart that stores data , it asks each labelled data point it recieves a yes-or-no question , does it contain X or not if the answer is yes the data moves one direction if the answer is no it moves in the other it'll build every node in the tree the more data points it receives then when we have a new unlabeled data point we can feed it to the tree it'll ask if a series of questions untill it labels it that label is our classification.
It should be until instead of untill.

Sort:  

Thanks! you are fast and efficient.