CommencerCommencez gratuitement

Implicit vs explicit data

Recall the differences between implicit and explicit ratings. Take a look at the df1 dataframe to understand whether the data includes implicit or explicit ratings data.

Cet exercice fait partie du cours

<cours>Building Recommendation Engines with PySpark</cours>
Voir le cours

Instructions de l’exercice

  • Use the .columns and .show() methods to get an idea of the data provided, and see if the data includes implicit or explicit ratings.
  • Type "implicit" or "explicit" based on whether you think this data contains "implicit" ratings or "explicit" ratings. Name your response answer.

Exercice interactif pratique

Essayez cet exercice en complétant ce code d’exemple.

# Type "implicit" or "explicit"
answer = "____"
Modifier et exécuter le code