Yiwen Yuan
Yiwen Yuan
You can convert a `DataFrame` to `TensorFrame` easily with ``` dataset = Dataset(df, col_to_stype=col_to_stype, target_col="y") dataset.tensor_frame ``` See [tutorial](https://pytorch-frame.readthedocs.io/en/latest/get_started/introduction.html).
Mutual Information Sort is already added [here](https://github.com/pyg-team/pytorch-frame/blob/master/torch_frame/transforms/mutual_information_sort.py). For feature sorting in NNs, I recommend you take a look at the ExcelFormer [example](https://pytorch-frame.readthedocs.io/en/latest/generated/torch_frame.nn.models.ExcelFormer.html#torch_frame.nn.models.ExcelFormer). If you are interested in adding any feature...
It seems that [TorchData](https://github.com/pytorch/data?tab=readme-ov-file#torchdata-see-note-below-on-current-status) is no longer under active development. Not sure if we have plans to integrate with it on our side. If you can load data stored in...
The concatenation is done by the `StypeWiseFeatureEncoder` after applying each `StypeEncoder` to each `stype`. Since we are adding the `ColumnWiseFeatureEncoder` soon, which means that columns of the same `stype` might...
Thanks for reporting! I will take a look
@justinpolygon Hi Justin, I don't have bandwidth to help test your changes unfortunately. But I have a commit that fixes the problem for us. I believe you can compare the...
I also couldn't install from git URL. I tried to fork the private repo and install it this way, but I got ``` Updating https://github.com/xai-org/private-appworld.git (HEAD) × Failed to download...
Hi @HarshTrivedi Thanks so much for help. However, we have monorepo and it's hard to make appworld work because of all the conflicts with our internal services. ``` $ uv...