Hugo Evers
Hugo Evers
I am noticing a similar issue, even doing Hero(team=Team(...)).team will give a Hero object has no attribute team.. Any way to fix this?
Hi @DanLipsitt , did you make any progress with this? I was trying to do the same thing, I looked into generating the ERD based on the underlying sqlalchemy models,...
Converting the DMatrix to numpy ndarray would not solve the problem because [the data is stored in a DMatrix object](https://xgboost.readthedocs.io/en/stable/python/python_intro.html#data-interface) it does not contain the trained model, in a federated...
I also require this solution(or at least it would solve my problem), I've encountered a similar issue described in [#9522](https://github.com/python-poetry/poetry/issues/9522) where platform-specific dependencies and environment markers are not respected during...
By the same model i meant the same pre-trained transformer model. So the same starting point, and finetune them on the regression task simultanously. (but obviously the different models would...
we're facing the same issue!
I can second the need for this feature! Maybe it would be possible to fix by in the backend setting a pydantic [type_adapter](https://docs.pydantic.dev/latest/api/type_adapter/) that can choose between Union[YourModel,None], so basically...
I discovered that the installation issue was due to the `outlines-core` package requiring a Rust compiler for certain build steps. Here’s a breakdown of the solution and relevant error messages...
this would be great! maybe a warning at import could be a good idea, our team develops on mac, and we run the LLM workloads on a server. But it...
i am also running into this issue! So I made a PR to fix: https://github.com/unionai-oss/pandera/pull/1743