Active Learning
Once the unlabeled data is in Dioptra, running Active Learning Miners can be done in just a few lines of code.
Step 1: define your filters
Define the filters to select the data to mine from. It's like SQL.
We support standard operators =
, !=
, >
, <
, >=
, <=
, in
, not in
, like
, not like
Step 2: Create your miner, run it and wait for the results
Step 3: get the resulting datapoints from the lake
Last updated
Was this helpful?