π§ Active Learning
Step 1: define your filters
filters = [{
'left': 'tags.name',
'op': '=',
'right': 'model_id'
}, {
'left': 'tags.value',
'op': '=',
'right': 'anomaly_detection'
}, {
'left': 'tags.name',
'op': '=',
'right': 'model_version'
}, {
'left': 'tags.value',
'op': '=',
'right': 'v1'
}]Step 2: Create your miner, run it and wait for the results
Step 3: get the resulting datapoints from the lake
Last updated