stsievert / salmon

A tool to collect triplet queries
https://docs.stsievert.com/salmon/
BSD 3-Clause "New" or "Revised" License
9 stars 2 forks source link

MAINT: implement partial_fit for offline embeddings #95

Closed stsievert closed 3 years ago

stsievert commented 3 years ago

What does this PR implement? It implements partial_fit for OfflineEmbedding. It also does some maintenance (if numeric filenames are given, provide a sorted list of target IDs according to the numbers).

Reference issues/PRs This closes #94.

stsievert commented 3 years ago

This also makes some improvements to the offline embedding algorithm (it uses an adaptive step size method, not a constant step size).

I'm not sure why Travis isn't being triggered. I think that's unrelated.