Mulai sekarangMulai gratis

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.

Latihan ini merupakan bagian dari kursus

Building Recommendation Engines with PySpark

Lihat Kursus

Instruksi latihan

  • 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.

Latihan interaktif langsung praktik

Cobalah latihan ini dengan melengkapi kode contoh ini.

# Type "implicit" or "explicit"
answer = "____"
Edit dan Jalankan Kode