recommenders-team / recommenders

Best Practices on Recommendation Systems
https://recommenders-team.github.io/recommenders/intro.html
MIT License
18.8k stars 3.07k forks source link

[BUG] Operationalization notebooks don't run #1544

Open anargyri opened 2 years ago

anargyri commented 2 years ago

Description

Running notebooks examples/05_operationalize/als_movie_o16n.ipynb and examples/05_operationalize/lightgbm_criteo_o16n.ipynb fails in different ways.

It seems that the code is not in sync with the version of AzureML SDK prescribed in the conda env.

In which platform does it happen?

How do we replicate the issue?

examples/05_operationalize/als_movie_o16n.ipynb

examples/05_operationalize/lightgbm_criteo_o16n.ipynb

Expected behavior (i.e. solution)

The notebooks should complete successfully on Jupyter (als_movie_o16n.ipynb) and Databricks (mmlspark_lightgbm_criteo.ipynb, lightgbm_criteo_o16n.ipynb).

To this end, the code should be rewritten to be consistent with the latest AzureML SDK and Databricks.

Other Comments

miguelgfierro commented 2 years ago

@Inhenn proposal for tasks: