Giter Site home page Giter Site logo

Comments (1)

janezd avatar janezd commented on July 25, 2024

Test and Score widgets needs learning algorithms and data. You only provided the algorithms, but not the data.

Widgets like Logistic Regression have two outputs. One gives the learning algorithms (with hyperparameters, such as regularization) that you set in the widget. The other is a trained model, that is, a model built from the data provided to the widget. The second output is only active if the widget receives the data. In your case, it does.

However, Test and Score cannot used a trained model, it needs a learning algorithm. Test and Score does cross-validation, or testing on separate test data or something similar. Test and Score takes the training data, uses the provided learning algorithm to create a model and then tests this model on testing data.

So if you double-click the connection between any of the three learning algorithms and Test and Score you'll see this:

Screenshot 2024-06-06 at 17 43 53

Since Test and Score does not use the Model, you do not need to give those three widgets the data. On the other hand, data needs to go to Test and Score. The proper workflow is

Screenshot 2024-06-06 at 17 49 03

If you wish, you can keep the connections between Image Embedding and learners, but they won't have any effect in your case.

See the documentation.

from orange3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.