Chi Wang

Results 34 issues of Chi Wang

add a template for PR

Ideas to improve the logging capabilities in `flaml.tune`: - [x] Take a `log_file_name` argument in `tune.run()`. Right now it takes `local_dir` as the directory for the log file, but the...

enhancement

In version 1.0.2 to 1.0.5, the init value of quniform HPs in arima and sarimax is int which doesn't pass the validity check. So these init values are not respected....

bug

In principle it seems getting the parameters from FLAML to C# LightGBM seems to work, but I dont have any metrics yet. The names of parameters are slightly different but...

documentation
good first issue
help wanted

### Discussed in https://github.com/microsoft/FLAML/discussions/311 Originally posted by **jezerro** November 24, 2021 Hello, im working on a gesture recognition app that uses tabular data. As time passes im adding more gestures...

enhancement

* python 3.8.13 * pip==22.1.2 * pystan==2.19.1.1 `pip install prophet`: Building wheels for collected packages: prophet Building wheel for prophet (setup.py) ... error error: subprocess-exited-with-error × python setup.py bdist_wheel did...

1. Shall we insert cross-links in the two notebooks https://github.com/microsoft/FLAML/blob/main/notebook/automl_lightgbm.ipynb and https://github.com/microsoft/FLAML/blob/main/notebook/zeroshot_lightgbm.ipynb to make the zero-shot automl more discoverable? 1. Shall we insert links in lightgbm's documentation [page](https://lightgbm.readthedocs.io/en/v3.3.2/Parameters-Tuning.html) to tuning...

as suggested by @Yard1 in #721

Is there any interest in tuning the inference hyperparameters such as model, prompt, max_tokens, n, temperature, and top_p? I've been studying how to get the best value of the inference...