-
Hello, I'm trying to find examples where you can define a scikit-learn pipeline and use FLAML to automatically search for the optimal parameters of both the preprocessing steps and the estimator (for example TFIDF / Logistic Regression). So far, I haven't come across any. Is this even possible with FLAML? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
thinkall
Jul 31, 2025
Replies: 1 comment
-
Hi @HessTaha, you can create a customized learner and optimize it with FLAML. Checkout the doc here. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
thinkall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @HessTaha, you can create a customized learner and optimize it with FLAML. Checkout the doc here. Thanks.