-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Active Learning with SetFit #64
Comments
Hi @savasy! Thank you for reporting this. This is likely caused by your sefit version being newer than what the library supports. Unfortunately, I haven't had the time to update the code to be compatible with recent SetFit versions. To resolve this, please use an older version of SetFit for now:
Since this is an optional dependency, I can't really control the versions people install, but all restrictions on optional dependencies are documented here. For the example notebooks, I will pin the versions to ensure that those who are just trying out the library will not encounter any unexpected issues. |
Signed-off-by: Christopher Schröder <chschroeder@users.noreply.github.com>
Hi @chschroeder
|
Oh, that's interesting. Thank you for the feedback! Maybe, the upgrade to |
When I run the following line in 03-Active Learning with SetFit Python Notebook code,
active_learner.initialize_data(x_indices_initial, y_initial)
I got the following error
The text was updated successfully, but these errors were encountered: