RenChu Wang
RenChu Wang
I'm planning on making a major overhaul, to simplify the code and make it more scalable. Currently this project relies too much on checks to determine if an object is...
I have the following script where I'm simply minimizing / maximizing $\sum_i(x_i)$. It works for `botorch.acquisition.qExpectedImprovement`. However, for `botorch.acquisition.qMaxValueEntropy`, only maximize works. Minimize=true would also result in maximization. Reproduction: For...
See microsoft/vscode#198600 Steps to Reproduce: 1. Use the following code snippet ```python a = 0 for i in range(10): a += 1 ``` 2. Use extract method from refactoring tools...
**Is your feature request related to a problem? Please describe.** [Modin](https://github.com/modin-project/modin) is a drop in replacement for pandas. However, current version of lux doesn't work with it. **Describe the solution...
Right now it doesn't work because `unwrap_partitions` here: https://github.com/ray-project/ray/blob/5a5155c7f49f720a2a548812057724a16d5d564f/python/ray/data/read_api.py#L1523-L1541 doesn't work when modin is not backed by partitions. Maybe this could be changed?
Reproduce as such: ```python # example.py import fire def main(hello: list[str]): print(hello) fire.Fire(main) ``` ```bash python example.py --hello '[this,is,nice]' ``` This would yield the unexpected output where in the `main`...
Use of â–½ always cause problems on Github. (and my editor which is vscode). Is it possible for there to be a configuration where it uses 'v' instead? This has...