Closed stsievert closed 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).
partial_fit
OfflineEmbedding
Reference issues/PRs This closes #94.
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.
What does this PR implement? It implements
partial_fit
forOfflineEmbedding
. 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.