+1 vote
in Structured Data Classification by
How many classes will the following command return?

(target classes in the dataset) : classes=list(iris['species'].unique())

Download the dataset from https://gist.githubusercontent.com/curran/a08a1080b88344b0c8a7/raw/d546eaee765268bf2f487608c537c05e22e4b221/iris.csv to answer the question.

Select the correct answer from below options:

a) 3

b) 2

c) 4

d) 1

1 Answer

0 votes
by

Correct answer of above question is : a) 3

It will return the 3 classes

Related questions

+2 votes
asked Apr 17, 2021 in MongoDB by rajeshsharma
0 votes
asked May 20, 2020 in ReactJS by SakshiSharma
...