CRYPTEX FINAL QUIZ AIML

CRYPTEX FINAL QUIZ AIML

University

25 Qs

quiz-placeholder

Similar activities

PRACTICA REFUERZO PROGRAMACION AVANZADA

PRACTICA REFUERZO PROGRAMACION AVANZADA

University

30 Qs

Pandas Python: Trabajo con Datos

Pandas Python: Trabajo con Datos

University

20 Qs

Practice

Practice

University

20 Qs

Machine learning

Machine learning

University

20 Qs

Machine Learning

Machine Learning

University

20 Qs

Stats+Python ISA Test - Quiz 2

Stats+Python ISA Test - Quiz 2

University - Professional Development

20 Qs

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Season 1 #Spaic ML Azure Weekly Quiz

Season 1 #Spaic ML Azure Weekly Quiz

KG - Professional Development

20 Qs

CRYPTEX FINAL QUIZ AIML

CRYPTEX FINAL QUIZ AIML

Assessment

Quiz

Computers

University

Hard

Created by

Hello World

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which function is used to read a CSV file into a Pandas DataFrame?

pd.load_csv()

pd.read_csv()

pd.open_csv()

pd.import_csv()

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you display the first five rows of a Pandas DataFrame df?

df.start()

df.head()

df.first()

df.begin()

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which function is used to plot a line graph in Matplotlib?

plot.line()

plt.line()

plt.plot()

plot.plot()

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you display a plot in Matplotlib?

plt.display()

plt.view()

plt.render()

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

How do you create a scatter plot with Matplotlib?

plt.scatterplot()

plt.scatter()

plt.plot_scatter

plt.scatter_graph()

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which function is used to set the x-axis and y-axis labels in a plot?

plt.axis_labels()

plt.set_labels()

plt.xlabel() and plt.ylabel()

plt.xaxis_label() and plt.yaxis_label()

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which function in sklearn is used to split data into training and testing sets?

train_test_split()

split_data()

train_test_divide()

split_train_test()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?