Vadim Borisov

Results 48 comments of Vadim Borisov

Thank you for the pull request, I will review it.

Could you please add a simple example to load/safe into the README.md file?

>I got the same error. The only pattern I could identify so far is that it only happens with datasets having >=20 features. This is correct, some feature names can...

https://github.com/tabularis-ai/be_great/issues/45 please look here

thank you very much for your contribution, @MuhammadArham-43! Currently, we are in the code migration process and we will review the code as soon as we figure out the way...

it this model is available on huggingface, most likely it will work with GReaT. For example: ```py from be_great import GReaT from sklearn.datasets import fetch_california_housing data = fetch_california_housing(as_frame=True).frame model =...