Sebastian land's Workflows
Search filter terms
Filter by type
Filter by tag
Filter by licence
Filter by group
Showing 13 results.
Use the filters on the left and the
search box below to refine the results.
Defining positive class with Remap Binominal (1)
This process shows how one can use the Remap Binominal operator to define which label value is treated as the positive class.
Created: 2010-05-11
Generating Example Weights depending on label (1)
This process uses a Generate Attribute operator for assigning new weights to examples. It uses the if condition of this operator to distinguish between labels.
This can be especially useful if you have a strong bias in your class frequency, which can harm learning. Please note that you must use a learning algorithm that supports weighted examples.
Created: 2010-05-03
Looping over Examples for doing de-aggrega... (1)
This process is based on (artificially generated) data that looks like it has been aggregated before. The integer attribute Qty specifies the quantity of the given item that is represented by the rest of the example.
The process now loops over every example and performs on each example another loop, that will append the current example to a new example set. This example set has been created as empty copy of the original example set, so that the attributes are equally. To get access to and rem...
Created: 2010-04-29