recommenders-team / recommenders

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

Modified 2 files to update newsrec model #2125

Closed sumana-2705 closed 1 week ago

sumana-2705 commented 1 week ago

Description

I have modified the file, base_model.py in which I added a parameter named step_limit(which is optional) into the funtion fit and also modified the file test_newsrec_model.py, I have adjusted step_limit=1 which speeds up the smoke test.

Related Issues

It fixes the issue #2044

References

I have done changes as mentioned in the issue

Checklist: