Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2422: fix regression model #2424

Merged
merged 1 commit into from
Sep 11, 2021
Merged

GH-2422: fix regression model #2424

merged 1 commit into from
Sep 11, 2021

Conversation

alanakbik
Copy link
Collaborator

The refactoring to Flair 0.9 unfortunately broke our TextRegressor model. This PR makes the model operational again.

(A future PR should extract a regression interface similar to what we did with the classification interface, so that regression could be applied to any type of model. Then, we can finally take regression out of "beta".)

Closes #2422

@alanakbik alanakbik merged commit 35c4fc4 into master Sep 11, 2021
@alanakbik alanakbik deleted the GH-2422-regression branch September 11, 2021 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TextRegressor, AttributeError: 'list' object has no attribute 'labels'
1 participant