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

Build feature analyzer in Python #183

Open
PGijsbers opened this issue Sep 2, 2024 · 0 comments
Open

Build feature analyzer in Python #183

PGijsbers opened this issue Sep 2, 2024 · 0 comments
Assignees

Comments

@PGijsbers
Copy link
Contributor

Create a Python-based feature analyzer that calculates basic feature information available through /data/features/{id} endpoint, e.g.:

{
  "data_features": {
    "feature": [
      {
        "index": "0",
        "name": "sepallength",
        "data_type": "numeric",
        "is_target": "false",
        "is_ignore": "false",
        "is_row_identifier": "false",
        "number_of_missing_values": "0"
      },
      {
        "index": "1",
        "name": "sepalwidth",
        "data_type": "numeric",
        "is_target": "false",
        "is_ignore": "false",
        "is_row_identifier": "false",
        "number_of_missing_values": "0"
      },
      {
        "index": "2",
        "name": "petallength",
        "data_type": "numeric",
        "is_target": "false",
        "is_ignore": "false",
        "is_row_identifier": "false",
        "number_of_missing_values": "0"
      },
      {
        "index": "3",
        "name": "petalwidth",
        "data_type": "numeric",
        "is_target": "false",
        "is_ignore": "false",
        "is_row_identifier": "false",
        "number_of_missing_values": "0"
      },
      {
        "index": "4",
        "name": "class",
        "data_type": "nominal",
        "nominal_value": [
          "Iris-setosa",
          "Iris-versicolor",
          "Iris-virginica"
        ],
        "is_target": "true",
        "is_ignore": "false",
        "is_row_identifier": "false",
        "number_of_missing_values": "0"
      }
    ]
  }
}
@PGijsbers PGijsbers converted this from a draft issue Sep 2, 2024
@PGijsbers PGijsbers assigned PGijsbers and unassigned prabhant Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

3 participants