lcmd-epfl / MLKRR

Code for the Metric Learning for Kernel Ridge Regression algorithm
MIT License
8 stars 4 forks source link

use the typing module in mlkrr.py [improvement suggestion] #11

Open UnixJunkie opened 3 months ago

UnixJunkie commented 3 months ago

Hello,

It might be nice to use the python typing module, so that each parameter in the mlkrr.py file, for each function has clearly specified types.

Regards, F.