Skip to content

transform option for conditional / piecewise(ish) functions ? #5514

Answered by hawkinsp
matpalm asked this question in Q&A
Discussion options

You must be logged in to vote

Use code like jnp.where(x > split, m1*x + b1, m2*x + b2) in this case. i.e., use predication rather than a conditional.

Replies: 1 comment 1 reply

Comment options

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

Answer selected by matpalm
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