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

BSEC_OUTPUT_GAS_ESTIMATE Mappings #48

Open
azcoov opened this issue Oct 31, 2024 · 0 comments
Open

BSEC_OUTPUT_GAS_ESTIMATE Mappings #48

azcoov opened this issue Oct 31, 2024 · 0 comments

Comments

@azcoov
Copy link

azcoov commented Oct 31, 2024

I have the following in my .aiconfig:

"classes": [
      {
        "id": 1,
        "name": "Neutral Air",
        "color": "#006ead"
      },
      {
        "id": 2,
        "name": "Butane",
        "color": "#e472db"
      },
      {
        "id": 3,
        "name": "Propane",
        "color": "#4ab073"
      }
    ]

I trained a model with Neutral Air, then Butane, then Neutral Air, then Propane.

I was expecting these to be mapped as follows:
BSEC_OUTPUT_GAS_ESTIMATE_1 = Neutral Air
BSEC_OUTPUT_GAS_ESTIMATE_2 = Butane
BSEC_OUTPUT_GAS_ESTIMATE_3 = Propane

They are actually mapped as follows:
BSEC_OUTPUT_GAS_ESTIMATE_1 = Butane
BSEC_OUTPUT_GAS_ESTIMATE_2 = Neutral Air
BSEC_OUTPUT_GAS_ESTIMATE_3 = Propane

I was hoping you can explain the mapping logic so that I can make note of that and make sure I'm accurately collecting the estimates based on their valid types

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