Code for ICML 2024 paper
Learning from Streaming Data when Users Choose
Jinyan Su, Sarah Dean
Create directory ./dataset
and ./results
.
First, download MovieLens 10M Dataset into to the ./dataset
directory and unzip it.
Then, run
python movieLens_data_preparation.py
to preprocess the MovieLens 10M dataset
We use the ./result
file
python movieLens.py
python census.py
After storing the results in the ./results
directory, the plot of the convergence of the loss and the iterates are shown in plot.ipynb
.