Skip to content

Commit

Permalink
Update uri in description
Browse files Browse the repository at this point in the history
  • Loading branch information
runboj committed Feb 21, 2024
1 parent 24e6cd9 commit ee63e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion description/UMAP_v1.0.0.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"content_type": "model", "name": "UMAP", "public": true, "version": "1.0.0", "type": "unsupervised", "owner": "mlexchange team", "service_type": "frontend", "uri": "mlexchange/dimension-reduction-umap:latest", "reference": "xxx", "application": ["dimension reduction"], "description": "xxx", "gui_parameters": [{"type": "dropdown", "name": "ncomp-dropdown-menu-2", "title": "Number of Components", "value": 2, "options": [{"label": "2", "value": 2}, {"label": "3", "value": 3}], "param_key": "n_components", "comp_group": "all"}, {"type": "dropdown", "name": "mindist-dropdown-menu", "title": "Min distance between points", "value": 0.1, "options": [{"label": 0.1, "value": 0.1}, {"label": 0.2, "value": 0.2}, {"label": 0.3, "value": 0.3}, {"label": 0.4, "value": 0.4}, {"label": 0.5, "value": 0.5}, {"label": 0.6, "value": 0.6}, {"label": 0.7, "value": 0.7}, {"label": 0.8, "value": 0.8}, {"label": 0.9, "value": 0.9}, {"label": 1.0, "value": 1.0}], "param_key": "min_dist", "comp_group": "all"}, {"type": "dropdown", "name": "nneighbor-dropdown-menu", "title": "Number of Nearest Neighbors", "value": 15, "options": [{"label": 5, "value": 5}, {"label": 10, "value": 10}, {"label": 15, "value": 15}, {"label": 20, "value": 20}, {"label": 25, "value": 25}, {"label": 30, "value": 30}, {"label": 35, "value": 35}, {"label": 40, "value": 40}, {"label": 45, "value": 45}, {"label": 50, "value": 50}], "param_key": "n_neighbors", "comp_group": "all"}], "cmd": ["python umap_run.py"], "kwargs": {}, "compute_resources": {"num_processors": 1, "num_gpus": 0}, "_id": "3ea8c895-1ddf-4ca0-bc44-e82051c15c74", "content_id": "84ce8146-6a27-4402-8355-41eb2acbe871"}
{"content_type": "model", "name": "UMAP", "public": true, "version": "1.0.0", "type": "unsupervised", "owner": "mlexchange team", "service_type": "frontend", "uri": "ghcr.io/runboj/mlex_dimension_reduction_umap:main", "reference": "xxx", "application": ["dimension reduction"], "description": "xxx", "gui_parameters": [{"type": "dropdown", "name": "ncomp-dropdown-menu-2", "title": "Number of Components", "value": 2, "options": [{"label": "2", "value": 2}, {"label": "3", "value": 3}], "param_key": "n_components", "comp_group": "all"}, {"type": "dropdown", "name": "mindist-dropdown-menu", "title": "Min distance between points", "value": 0.1, "options": [{"label": 0.1, "value": 0.1}, {"label": 0.2, "value": 0.2}, {"label": 0.3, "value": 0.3}, {"label": 0.4, "value": 0.4}, {"label": 0.5, "value": 0.5}, {"label": 0.6, "value": 0.6}, {"label": 0.7, "value": 0.7}, {"label": 0.8, "value": 0.8}, {"label": 0.9, "value": 0.9}, {"label": 1.0, "value": 1.0}], "param_key": "min_dist", "comp_group": "all"}, {"type": "dropdown", "name": "nneighbor-dropdown-menu", "title": "Number of Nearest Neighbors", "value": 15, "options": [{"label": 5, "value": 5}, {"label": 10, "value": 10}, {"label": 15, "value": 15}, {"label": 20, "value": 20}, {"label": 25, "value": 25}, {"label": 30, "value": 30}, {"label": 35, "value": 35}, {"label": 40, "value": 40}, {"label": 45, "value": 45}, {"label": 50, "value": 50}], "param_key": "n_neighbors", "comp_group": "all"}], "cmd": ["python umap_run.py"], "kwargs": {}, "compute_resources": {"num_processors": 1, "num_gpus": 0}, "_id": "3ea8c895-1ddf-4ca0-bc44-e82051c15c74", "content_id": "84ce8146-6a27-4402-8355-41eb2acbe871"}

0 comments on commit ee63e70

Please sign in to comment.