Skip to content

Latest commit

 

History

History
100 lines (50 loc) · 6.62 KB

NEWS.md

File metadata and controls

100 lines (50 loc) · 6.62 KB

What's New

Update September 27, 2021

We have a new release Recommenders 0.7.0!

In this, we have changed the names of the folders which contain the source code, so that they are more informative. This implies that you will need to change any import statements that reference the recommenders package. Specifically, the folder reco_utils has been renamed to recommenders and its subfolders have been renamed according to issue 1390.

The recommenders package now supports three types of environments: venv and virtualenv with Python 3.6, conda with Python versions 3.6 and 3.7.

We have also added new evaluation metrics: novelty, serendipity, diversity and coverage (see the evalution notebooks).

Code coverage reports are now generated for every PR, using Codecov.

Update June 21, 2021

We have a new release Recommenders 0.6.0!

Recommenders is now on PyPI and can be installed using pip! In addition there are lots of bug fixes and utilities improvements.

Here you can find the PyPi page: https://pypi.org/project/recommenders/

Here you can find the package documentation: https://microsoft-recommenders.readthedocs.io/en/latest/

Update June 1, 2021

We have surpassed 10k stars!

Microsoft Recommenders repository has reached 10k stars and has become the most starred open-source recommender system project on GitHub.

Many thanks and congratulations to all the contributors to this repository! More advanced algorithms and best practices are yet to come!

Update February 4, 2021

We have a new release Recommenders 0.5.0!

It comes with lots of bug fixes, optimizations and 3 new algorithms, GeoIMC, Standard VAE and Multinomial VAE. We also added tools to facilitate the use of Microsoft News dataset (MIND). In addition, we published our KDD2020 tutorial where we built a recommender of COVID papers using Microsoft Academic Graph.

We also changed the default branch from master to main. Now when you download the repo, you will get main branch.

Update October 19, 2020

Leaderboard Reopen!

Microsoft News Recommendation Competition Winners Announced

Congratulations to all participants and winners of the Microsoft News Recommendation Competition! In the last two months, over 200 participants from more than 90 institutions in 19 countries and regions joined the competition and collectively advanced the state of the art of news recommendation.

The competition is based on the recently released MIND dataset, an open, large-scale English news dataset with impression logs. Details of the dataset are available at this ACL paper.

With the competition successfully closed, the leaderboard is now reopn. Want to see if you can grab the top spot? Get familiar with the news recommendation scenario. Then dive into some baselines such as DKN, LSTUR, NAML, NPA and NRMS and start hacking!

Update October 5, 2020

Microsoft News Recommendation Competition Winners Announced, Leaderboard to Reopen!

Congratulations to all participants and winners of the Microsoft News Recommendation Competition! In the last two months, over 200 participants from more than 90 institutions in 19 countries and regions joined the competition and collectively advanced the state of the art of news recommendation.

The competition is based on the recently released MIND dataset, an open, large-scale English news dataset with impression logs. Details of the dataset are available at this ACL paper.

With the competition successfully closed, the leaderboard will reopen soon. Want to see if you can grab the top spot? Get familiar with the news recommendation scenario. Then dive into some baselines such as DKN, LSTUR, NAML, NPA and NRMS and get ready!

Update July 20, 2020

Microsoft is hosting a News Recommendation competition based on the MIND dataset, a large-scale English news dataset with impression logs. Check out the ACL paper, get familiar with the news recommendation scenario, and dive into the quick start example using the DKN algorithm. Then try some other algorithms (NAML, NPA, NRMS, LSTUR) and tools in recommenders and submit your entry!

Update August 20, 2020

New release: Recommenders 0.4.0

13 new algos and multiple fixes and new features

Update September 18, 2019

New release: Recommenders 0.3.1

Update September 15, 2019

We reached 5000 stars!!

Update June 3, 2019

New release: Recommenders 0.3.0

Update February 20, 2019

New release: Recommenders 0.2.0

Update February 11, 2019

We reached 1000 stars!!

Update December 12, 2018

First release: Recommenders 0.1.1

Update November 12, 2018

First pre-release: Recommenders 0.1.0