lenskit.data.movielens.MLData ============================= .. py:class:: lenskit.data.movielens.MLData(version, source, prefix = '') Internal class representing an open ML data set. .. stability:: internal .. py:attribute:: version :type: str .. py:attribute:: source :type: pathlib.Path | zipfile.ZipFile .. py:attribute:: prefix :type: str :value: '' .. py:method:: version_impl(version) :staticmethod: .. py:method:: __enter__() .. py:method:: __exit__(*args) .. py:method:: open_file(name, encoding = 'utf8') .. py:method:: dataset() :abstractmethod: Load the full dataset. .. py:method:: ratings_df() :abstractmethod: Load the ratings data frame.