superintendent icon indicating copy to clipboard operation
superintendent copied to clipboard

Practical active learning in python

Results 12 superintendent issues
Sort by recently updated
recently updated
newest added

Right now you can only proceed through labels 1 at a time. It would be nice if you had a scrollbar to go back to say item number 15 out...

Hello @janfreyberg! It's me again. This is more of an inquiry regarding the widget retraining mechanism. Does the widget automatically retrain when all items are manually labelled? Let's say you...

Good day @janfreyberg! Great work on making superintendent. I love how useful it is. Recently tried using widget.add_features (labelled data) and did some labelling. I noticed that the progress bar...

This is a really cool package. I'm curious if you have considered making superintendent a community component for Dash, or incorporating it into a similar tool. Based on your [talk...

When passing `worker_id=True` to the distributed classes, it seems as if the prompt for asking the user for a name or ID string is skipped. The widget for the prompt...

Some models are able to produce probabilistic output that follows some distribution. This would mean you can model uncertainty much better than simply based on entropy / other heuristics. Therefore:...

enhancement
features

Hi, Was wondering if there is a way to modify say `ClassLabeller` to show the top-k options according to the model, as well as all possible options. If this isn't...

I'd like to create a widget that allows you to label text with two labels. These would be along the lines of: data: Some weird store name label 1: Groceries...

It would be nice to be able to allow the same data point to be labelled multiple times when using superintendent in "distributed" mode. It would be even nicer to...

help wanted
features