Create a decision tree classifier in sci-kit learn using the data given below
Features = [[2,100],[6,25],[1,300],[1,1000],[4,100],[10,100]] Label = [1,2,1,1,2,2]
Note that 1 is for sports/race car and 2 is for family car.
https://stackoverflow.com/questions/67249391/how-to-create-decision-tree-classifier-in-sci-kit April 25, 2021 at 11:06AM
没有评论:
发表评论