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

[Feature Request] Add regression task. #301

Closed
urvishp80 opened this issue Dec 5, 2019 · 3 comments
Closed

[Feature Request] Add regression task. #301

urvishp80 opened this issue Dec 5, 2019 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@urvishp80
Copy link

Is your feature request related to a problem? Please describe.
There are many problems in NLP which require the model to predict the floating-point number just like regression. For example, sentiment analysis, or predicting some score like how much the text data is good. Another example is this competition on kaggle where we have to predict the score between 0 to 1 using text data.
This will make the framework more production and research-oriented where we can play with anything.

Describe the solution you'd like
A clear solution would be adding one more task jut like Labelling and Classification. It can be the 3rd task Kashgari that Kashgari supports.

Describe alternatives you've considered
An alternative could be adding new head on the existing model and defining the new loss with the optimizer to make the predictions using linear activation. It would be easy to do if someone is good with defining custom models and architecture. But, someone new will struggle.

@urvishp80 urvishp80 added the enhancement New feature or request label Dec 5, 2019
@urvishp80 urvishp80 changed the title Feature request to add regression task. [Feature Request] Add regression task. Dec 5, 2019
BrikerMan added a commit that referenced this issue Dec 6, 2019
@BrikerMan
Copy link
Owner

Check the new Scoring task, I think it will solve the issue.

@urvishp80
Copy link
Author

Sure. I will. Does it included in the release or will be there in 2.0?

@BrikerMan
Copy link
Owner

Sure. I will. Does it included in the release or will be there in 2.0?

This task will release in 1.1.0 version.

BrikerMan added a commit that referenced this issue Dec 11, 2019
* ✨ Add Scoring task #301.
* ✨ Add evaluate function for scoring task.
* 🐛 Fixing numeric check function.
* ✨ Add round function to scoring model evaluation.
* 💚 Fixing CI Build.
* 📝 Writing docs.
* 💚 Fixing CI Build.
BrikerMan added a commit that referenced this issue Dec 26, 2019
* ✨ Add Scoring task #301.

* ✨ Add evaluate function for scoring task.

* 🐛 Fixing numeric check function.

* 💚 Fixing CI Build.

* ✨ Add round function to scoring model evaluation.

* 💚 Fixing CI Build.

* 📝 Writing docs.

* 📝 Writing docs.

* 💚 Fixing CI Build.

* 💚 Fixing CI Build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants