question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

`prepare_for_training` method should fail if no training data is available

See original GitHub issue

Describe the bug

To Reproduce

  1. Log some records without annotation info into Rubrix
  2. 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 Screenshot from 2022-08-24 09-36-45

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:open
  • Created a year ago
  • Reactions:1
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
frascuchoncommented, Nov 24, 2022

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.

1reaction
davidberenstein1957commented, Nov 24, 2022
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found