lenskit.data.movielens.MLMLoader ================================ .. py:class:: lenskit.data.movielens.MLMLoader(version, source, prefix = '') Bases: :py:obj:`MLData` Loader for the ML 1M and 10M data sets. .. py:method:: dataset() Load the full dataset. .. py:method:: movies_df() .. py:method:: users_df() .. py:method:: ratings_df() Load the ratings data frame. .. py:method:: tagging_df()