Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can't I save using Save Data or Save Model?

Tags:

orange

I cannot seem to save any of my models, nor any of the data created from their training. What am I missing? The input is >15,000 images created in ~200 classes.

enter image description here

like image 385
RMass Avatar asked May 31 '26 05:05

RMass


1 Answers

Your Save Data (3) widget does not save anything since widget does not get any data at the input - note dashed line connecting Logistic Regression and Save Widget (3). Logistic regression does not output any data since it does not get any data at the input.

You neither can save the models this way since they are not trained on data. In your example, they just provide the learner to the Test and Score widget. In order to use the Save Model widget, the previous widget (e.g. Logistic regression) must get the data at the input which it uses for training. See the example in the documentation.

like image 86
Primoz Avatar answered Jun 02 '26 20:06

Primoz



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!