You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I have the following in my .aiconfig:
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
The text was updated successfully, but these errors were encountered: