Active Learning
The Active Learning Test in RagaAI optimises dataset by selecting the most representative data points within a specified budget.
Execute Test:
active_learning_test = active_learning(test_session=test_session,
dataset_name = dataset_name,
test_name = "active_learning_5",
type = "active_learning",
output_type="curated_dataset",
embed_col_name="hr_embedding",
budget=budget)
test_session.add(active_learning_test)
test_session.run()Analysing Test Results

Reviewing Results
Image Analysis and Adjustment
Finalising Dataset
Last updated
Was this helpful?

