Skip to content

how to set the configs for calling the trained QPTUNA model during staged learning #74

Closed Answered by halx
MachineGUN001 asked this question in Q&A
Discussion options

You must be logged in to vote

You need to fix the syntax in analogy to the other components:

[[stage.scoring.component]]
[stage.scoring.component.Qptuna]

[[stage.scoring.component.Qptuna.endpoint]]
name = "Qptuna"  # you may want to choose a more descriptive name
weight = 0.7

params.model_file = "../models/best_SVR_20240502D000133.pkl"

# you may have to adjust the transform to the output range of the model
transform.type = "reverse_sigmoid"
transform.high = 0.0
transform.low = -50.0
transform.k = 0.4

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@MachineGUN001
Comment options

Answer selected by MachineGUN001
Comment options

You must be logged in to vote
1 reply
@MachineGUN001
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants