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

Metadata for Validation Frontend #7

Open
menuka94 opened this issue Feb 5, 2022 · 0 comments
Open

Metadata for Validation Frontend #7

menuka94 opened this issue Feb 5, 2022 · 0 comments

Comments

@menuka94
Copy link
Member

menuka94 commented Feb 5, 2022

{
    "model_framework": [
        {
            "name": "Scikit-Learn",
            "model_type": {
                "type": "STRING",
                "values": [
                    "Linear Regression",
                    "Support Vector Regression",
                    "Logistic Regression",
                    "Gradient Boosting"
                ]
            }
        },
        {
            "name": "Apache Spark",
            "model_type": {
                "type": "STRING",
                "values": [
                    "Linear Regression",
                    "K-Means Clustering"
                ]
            }
        },
        {
            "name": "Tensorflow",
            "model_type": {
                "type": "STRING",
                "values": [
                    "TF model type 1",
                    "TF model type 2",
                    "TF model type 3"
                ]
            }
        },
        {
            "name": "PyTorch",
            "model_type": {
                "type": "STRING",
                "values": [
                    "PyTorch model type 1",
                    "PyTorch model type 2",
                    "PyTorch model type 3"
                ]
            }
        }
    ],
    "collection": [
        {
            "name": "noaa_nam",
            "feature_fields": {
                "type": "STRING",
                "values": [
                    "noaa feature 1",
                    "noaa feature 2",
                    "noaa feature 3",
                    "noaa feature 4",
                    "noaa feature 5"
                ]
            },
            "label_field": {
                "type": "STRING",
                "values": [
                    "noaa feature 1",
                    "noaa feature 2",
                    "noaa feature 3",
                    "noaa feature 4",
                    "noaa feature 5"
                ]
            }
        },
        {
            "name": "census",
            "feature_fields": {
                "type": "STRING",
                "values": [
                    "total_population",
                    "median_household_income",
                    "median_age"
                ]
            },
            "label_field": {
                "type": "STRING",
                "values": [
                    "total_population",
                    "median_household_income",
                    "median_age"
                ]
            }
        }
    ],
    "spatial_field": {
        "type": "STRING",
        "values": [
            "State",
            "County",
            "Census Tract"
        ]
    },
    "gis_joins": {},
    "model_file": {
        "type": "file-input"
    },
    "validation_metric": {
        "type": "STRING",
        "values": [
            "RMSE",
            "MAE"
        ]
    },
    "validation_budget": {
        "type": "Integer",
        "values": [
            "100",
            "1000",
            "10000",
            "100000"
        ]
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant