`prepare_for_training` method should fail if no training data is available
See original GitHub issueDescribe the bug
To Reproduce
- Log some records without annotation info into Rubrix
- Load and apply a training transformation using
prepare_for_training
.
An empty dataset is created.
Expected behavior An error should be raised when no training data is available since nothing can be done for those cases.
Screenshots
Environment (please complete the following information):
- OS [e.g. iOS]:
- Browser [e.g. chrome, safari]:
- Rubrix Version [e.g. 0.10.0]:
- ElasticSearch Version [e.g. 7.10.2]:
- Docker Image (optional) [e.g. rubrix:v0.10.0]:
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:7 (5 by maintainers)
Top Results From Across the Web
What Is Training Data? How It's Used in Machine Learning
Without high-quality training data, even the most efficient machine learning algorithms will fail to perform. The need for quality, accurate, ...
Read more >How to Train to the Test Set in Machine Learning
One approach to training to the test set is to contrive a training dataset that is most similar to the test set. For...
Read more >Preparing your training data | AutoML Tables - Google Cloud
The first step in creating effective training data is to make sure that your problem is well defined and will yield the prediction...
Read more >If Your Data Is Bad, Your Machine Learning Tools Are Useless
Third, maintain an audit trail as you prepare the training data. ... there is no way to understand the impact on the predictive...
Read more >Train models with Azure Machine Learning datasets
If you have structured data not yet registered as a dataset, create a TabularDataset and use it directly in your training script for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
We will keep it in the 1.2.0 backlog. If we have time, we will tackle it for the next release.
The idea should align both messages since they have similar nature.
@ufukhurriyetoglu maybe this aligns with this https://github.com/argilla-io/argilla/issues/1821?