Skip to content

Custom QSAR model integration with REINVENT (Staged Learning) not achieving the goal #172

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

You must be logged in to vote

Hi,

welcome to the community and many thanks for your interest in REINVENT!

What I note is that min_value and max_value are not valid parameters. In newer versions of REINVENT that would actually be an error. What you probably meant to do here is to provide a transformation function, e.g.

[[stage.scoring.component.ExternalProcess.endpoint]]
name = "QSAR"

params.executable = "/usr/bin/conda"
params.args = "run -n env bash -c 'python prediction.py'"

# Adjust parameters as needed
transform.type = "sigmoid"
transform.high = 10
transform.low = 7
transform.k = 0.4

A step function would probably be too harsh.

Cheers,
Hannes.

Replies: 2 comments 1 reply

Comment options

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

Answer selected by halx
Comment options

You must be logged in to vote
0 replies
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