BrainGrid Controller
ML Mapper
Prediction

ML Mapper Prediction

User selects one mapper from multiple mappers

Authorized users can select a specific mapper from a list of available mappers.

Info:

  • User: Jane Smith
  • Page: ML Mapper
  • Scenario: Multiple mappers available
  • Action: Select "Titanic Prediction Mapper"
  • Outcome: "Titanic Prediction Mapper" is selected

User fills out the Titanic Prediction Form and uses the Predict Button

Authorized users can fill out the Titanic Prediction Form and use the Predict Button to get a prediction.

Info:

  • User: Jane Smith
  • Page: Titanic Prediction Form
  • Form Details:
    • age: 29
    • fare: 75.0
    • gender: male
    • class: 1
  • Action: Click "Predict Button"
  • Outcome:
    • The system uses the "Titanic Prediction Mapper" to predict the value
    • The predicted value is rendered in the "hasSurvived" field
    • The "hasSurvived" field is updated with the predicted value

User verifies the predicted value in the Titanic Prediction Form

Authorized users can verify the predicted value in the Titanic Prediction Form after filling it out and clicking the Predict Button.

Info:

  • User: Jane Smith
  • Page: Titanic Prediction Form
  • Action: Fill out window and click "Predict Button"
  • Outcome:
    • The prediction is made
    • The "hasSurvived" field displays a value of either "Yes" or "No"
    • The value is based on the prediction from the "Titanic Prediction Mapper"

User changes the input and gets a new prediction

Authorized users can change the input values in the Titanic Prediction Form and get a new prediction.

Info:

  • User: Jane Smith
  • Page: Titanic Prediction Form
  • New Form Details:
    • age: 45
    • fare: 150.0
    • gender: female
    • class: 2
  • Action: Click "Predict Button"
  • Outcome:
    • The system uses the "Titanic Prediction Mapper" to predict the new value
    • The "hasSurvived" field is updated with the new predicted value

User selects a different mapper and performs a prediction

Authorized users can select a different mapper and perform a prediction using that mapper.

Info:

  • User: Jane Smith
  • Page: ML Mapper
  • Scenario: Multiple mappers available
  • Action: Select "Alternate Titanic Mapper"
  • Navigate To: Titanic Prediction Form
  • Form Details:
    • age: 22
    • fare: 50.0
    • gender: male
    • class: 3
  • Action: Click "Predict Button"
  • Outcome:
    • The system uses the "Alternate Titanic Mapper" to predict the value
    • The predicted value is rendered in the "hasSurvived" field
    • The "hasSurvived" field is updated with the predicted value