Replies: 1 comment 2 replies
-
Hey there. I'm not sure exactly what you mean my minimizing cost and time. Can you provide more details? Usually an ML loss minimizes something that is with respect with the data, and not something extraneous such as cost and time. Is this something you've seen elsewhere in other libraries? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I often have several outcomes I'm trying to optimize for. Like predicting the outcome label, but I would also like to simultaneously minimize cost and time. For simple models, I would create my own custom objective function, but for more complex models, it becomes non-trivial to add a custom objective.
I was wondering if anyone here has a solution to this using river or if river could incorporate a mechanism for easily customizing objective functions for say the adaptive random forest model. Perhaps sympy could be used to ensure the objectives derivatives?
Beta Was this translation helpful? Give feedback.
All reactions