AkihikoWatanabe / DBGD

A python implementation of Dueling Bandit Gradient Descent (DBGD)
MIT License
21 stars 3 forks source link

License #2

Closed altre closed 6 years ago

altre commented 6 years ago

Hi, nice library! You don't have a license in your repository. We might want to integrate part of your code in a commercial setting. Do you think you could decide on a license?

AkihikoWatanabe commented 6 years ago

Thank you for pointing out license in this repository. Now this software is released under the MIT License.

In previous implementation, the library that calculate MRR and MAP was borrowed from https://gist.github.com/bwhite/3726239, but this code don't have license. Therefore, I implemented my own scripts that calculate MRR and MAP in order to release this software under the MIT license.