Chi Wang

Results 343 comments of Chi Wang

Could you describe the problem when not using OrderedSet? Do you have an example of using OrderedSet instead of set to make an irreproducible result reproducible? Thanks.

Could you share the .csv file? In the paper we used openml API to load the data instead of the .csv file. To reproduce the error I need to have...

> Thanks @sonichi for your reply. Please find the .csv files of ([mv](https://drive.google.com/file/d/1XPR2Y4oAJwAgnCjN_oBPssNsJgkTpqRf/view?usp=sharing)) and ([MagicTelescope](https://drive.google.com/file/d/1kUGjhMy2UeuzgdzM4aSICtIj4rv_XNDm/view?usp=sharing)). Thanks. For mv, the problem is that the first column is a numeric id column....

> Thanks for your reply, @sonichi . I find it weird because FLAML worked for me on the housing prices datasets ([CSV link](https://www.kaggle.com/competitions/house-prices-advanced-regression-techniques/data?select=train.csv)), which also has the first column as...

> I see, thanks, @sonichi . Can this be automated somehow? i.e. detecting which columns in a dataset is an index column? It's an open question. The hard part is...

Hi. what's the version of flaml and mlflow?

How did you install the packages? I tried pip install these two packages and I don't have any issue importing flaml. `pip install flaml==1.0.9 mlflow==1.26.1` ![image](https://user-images.githubusercontent.com/4250911/182925407-8fc98875-eb29-4f41-b473-1e221391c8fc.png)

> thanks for looking into it. i did conda install on flaml yesterday....mlflow maybe came with other package a while ago. should be all conda install Do you mind sharing...

I ran: ``` conda install -c conda-forge flaml conda install -c conda-forge mlflow==1.26.1 ``` and I don't get an import error: could you please try installing the packages in a...

> Hi @liususan091219 > > I would love to add the custom cv for test but unfortunately I am using a custom splitter from a package (mlfinlab) for which the...