inductive learning

Data

Inductive Learning

In inductive or semi-supervised learning, the test data predictors are seen at training time (it is the test data predictions that we wish to learn)

Mentions

TABLE
FROM [[]]
 
FLATTEN choice(contains(artist, this.file.link), 1, "") + choice(contains(author, this.file.link), 1, "") + choice(contains(director, this.file.link), 1, "") + choice(contains(source, this.file.link), 1, "") as direct_source
 
WHERE !direct_source