Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

Fixes #113: added parameter builder for *travel history*#128

Merged
Nikronic merged 7 commits intomasterfrom
fix113
Nov 25, 2023
Merged

Fixes #113: added parameter builder for *travel history*#128
Nikronic merged 7 commits intomasterfrom
fix113

Conversation

@Nikronic
Copy link
Copy Markdown
Owner

Fixes #113

Summary

  • add responses and their importance for travel history: in simple terms, we have a dictionary where keys are the string name of possible responses from the user, which are actually the region of travel destinations. The values, are our domain expert knowledge of the importance of that response, analogous to XAI values.
  • add parameter builder for travel history: this is to enable us to create integration with other parameters, such as within API. Simply, _modifier function could be called on values out of the box.
  • add travel_history as a variable to the API Payload
  • add integration of TravelHistoryParameterBuilder associated with travel_history variable in Payload

in simple terms, we have a dictionary where keys are the string name of possible responses from the user which are actually the region of travel destinations. The values, are out domain expert knowledge of the importance of that response, analguous to XAI values.
this is to enable us to create integration with other parameters such as within API. Simply, `_modifier` function could be called on values out of the box.
@Nikronic Nikronic merged commit 9fc7613 into master Nov 25, 2023
@Nikronic Nikronic deleted the fix113 branch November 25, 2023 12:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Addition of **travel history** for manual insertion of question

1 participant