-
This is the plan for the iteration in June~July Iteration, it's a 6 weeks iteration.
# Release Plan for v2.4
- Release manager: @QuanluZhang
- Feature freeze date: July 14
- Code freeze and dem…
-
Hi:
There is an error message when fitting models using customized monotonic learners with ensemble = True:
RuntimeError: Cannot clone object , as the constructor either does not set or modifies…
-
Hi Chi:
Thank you for the cool work! Could I enforce monotonicity in the main automl.fit() function? If so, what algorithms can be chosen in the estimator list?
Best,
-
Congratulations on releasing FLAML and I look forward to contributing to it. Would it be possible for you to enable discussions?
Here is how you enable it :
https://docs.github.com/en/discussions…
-
Hi Dr. Wang:
Got a few questions from my team on the content in the log of FLAML.
This is part of the log from one of our tests on FLAML (all the numbers on loss are redacted for compliance reas…
-
Dear all,
I have been trying FLAML for a few days now and I believe I stumbled across a bug in the evaluation of the model when using cross-validation (eval_method="cv").
I believe that ther…
-
Hi,
Whenever I try to run this code :
from bertopic import BERTopic
topic_model = BERTopic(verbose=True, embedding_model="paraphrase-TinyBERT-L6-v2", min_topic_size=25)
topics, _ = topic_mod…
-
I fit a model with both the RGF in the sample codes and a few other default learners:
settings = {
"time_budget": 120, # total running time in seconds
"metric": 'roc_auc',
"estimato…
-
Hi Chi
Amazing work! Could you create a R library for it, too? There is still a large portion of potential users working in R.
Best,