Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show autoclass model id and version in bin html? #409

Open
srstsavage opened this issue Aug 25, 2024 · 3 comments
Open

Show autoclass model id and version in bin html? #409

srstsavage opened this issue Aug 25, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request feature request user has asked for a feature
Milestone

Comments

@srstsavage
Copy link
Contributor

Currently there is no indication of which model and version of that model were used to produce autoclass results that are downloadable from the dashboard. Do we want to consider showing this information if it's available? To that end, is there a standard attribute in the autoclass h5 files to convey this information? I see model_id in autoclass results that we manage but I'm not sure if that's standard.

@joefutrelle joefutrelle self-assigned this Aug 26, 2024
@joefutrelle
Copy link
Contributor

Useful feature, will require investigation as to what kind of provenance is available from our classifier code. Note that this may require changes to, and a new release of, pyifcb, which handles class files, so I will open an issue there should that become necessary.

@joefutrelle
Copy link
Contributor

pyficb issue added joefutrelle/pyifcb#86 (comment)

@joefutrelle joefutrelle added the enhancement New feature or request label Aug 26, 2024
@joefutrelle joefutrelle added this to the v4.3 milestone Aug 26, 2024
@joefutrelle joefutrelle added the feature request user has asked for a feature label Aug 26, 2024
@mbrosnahan
Copy link

@ethanandrews has been building similar ability to retrieve different classifier results via HAB hub. A key for function of HAB hub is discovery/notification of new classification results so that downstream products can be precomputed for users looking at maps and class time series.
HAB hub solution includes an API to investigate what class products are available and retrieve them. Redundant paths to these types of products seems fine but better if ifcbdb had mechanism notify or easily discover newly accessed class and other products (blobs, features). If that ifcbdb capability existed, we would not be restricted to ingestion/sharing of class products stored on same hardware/network as HAB hub (as is the case currently).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature request user has asked for a feature
Projects
None yet
Development

No branches or pull requests

3 participants