-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Operating system
- [ ] Linux
- [X] Mac
- [ ] Windows
### Operating system version
- Mac OS Versi…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-compass/opencompass/issues/) and [Discussions](https://github.com/open-compass/opencompass/discussions) but cannot get the expe…
-
The latest version of `glm-py` comes bundled with GLM Version 3.3.1a12.
It looks like v3.3.3 is now available at https://github.com/AquaticEcoDynamics/glm-aed/tree/main/binaries.
It would be gr…
-
Hi, I am having an issue with the GLM initialization.
Here is my code:
```python
le_model = sm.GLM(y=world_data_2014.child_mortality, x=sm.add_constant(world_data_2014.income), family=sm.famil…
-
### Reason/inspiration (optional)
We would like a new entry on the `GLM` term under Python. The entry should go in a new file under `docs/content/python/concepts/statsmodels/terms/glm/glm.md`.
The…
-
### System Info / 系統信息
I'm getting the following error when installing the dependencies for GLM-4V-9B. What could be the reason?
ERROR: pip's dependency resolver does not currently take into accou…
-
Uyarı: glm.fit: algorithm did not converge
This happened PipeOp classif.log_reg's $train()Uyarı: glm.fit: fitted probabilities numerically 0 or 1 occurred
This happened PipeOp classif.log_reg's $tra…
-
The anova function for regress models doesn't report an error if there are different sample sizes between the full and reduced models, which can occur if a variable in the full and not the reduced mod…
-
在加载模型的时候内存不够了,于是用int4量化的命令,发现以下报错信息
`(base) ~/PycharmProjects/GLM-4-Voice /GLM-4-Voice git:[main]
python model_server.py --host localhost --model-path THUDM/glm-4-voice-9b --port 10000 --dtype int4 …
-
- GLM mode is the fastest already but i imagine there are some speedups to be had
- for example, switching to using the `speedglm` package instead of `MASS` for fitting the NB GLM might be an easy i…