You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to handle pandas.DataFrame by modifying MatchingDataset.__init__ and process_unlabeled (I've tried on a fork of the project). Should I make a PR @sidharthms or it's out of scope ?
To make it work without changing the source code you could also use a temporary file:
Hi,
I see that to make a new inference everytime, I have to save a seperate CSV and then load it by providing path to dm.data.process_unlabeled
Is there a way to directly pass pandas dataframe to this function and perform inference without creating a new csv
The text was updated successfully, but these errors were encountered: