...

/

Quiz: Structuring the ML Pipeline

Quiz: Structuring the ML Pipeline

Test your understanding of the lessons in this chapter.

We'll cover the following...
Technical Quiz
1.

Which statement is true?

A.

Variable names should be meaningful, even if they are a little long.

B.

You should try to reduce the number of lines in a code file, even if that means removing documentation.

C.

Code indentation is important only to the Python interpreter.

D.

It’s okay to use keywords as variable names.


1 / 5