Skip to content

v0.2.2

Latest
Compare
Choose a tag to compare
@fabioiuri fabioiuri released this 16 Mar 20:55

Improvements

  • Expand user path (~) on DB dataset
  • Change null interaction pair generator to sample uniformly. This changes the way null interaction pairs are sampled so that in-dataset null pairs (pairs with lower interaction value than the threshold) and out-of-dataset null pairs are sampled uniformly.

Bugfixes

  • Fix select_random_generator returning non-int internal ids, that was producing issues with data sampling

Others