Oliver Pfaffel

Results 3 issues of Oliver Pfaffel

LogisticGAM.predict_proba() not consistent with sklearn since it does not return a two-dimensional array. I got around this issue by defining a new derived class: ``` class myGAM(LogisticGAM): def predict_proba(self, X):...

### System Info Tech stack: tgi 2.0.1, A100 GPU 80GB running on Kubernetes. Model: Mixtral 8x7B-instruct-v0.1 ### Information - [x] Docker - [ ] The CLI directly ### Tasks -...

### Feature Description It would be great if one could use an LLM based on the official OpenAI client. More precisely, I would like to have an OpenAI-like LLM class...

enhancement
triage