-
The `ResultMixin` for GenericLikelihoodModelResults has still `covjac` for the OPG cov_params.
OPG is available in statespace models, but not for all MLE that define score_obs.
In linear regressio…
-
### Describe the workflow you want to enable
Currently there seems to be no way to retrieve the loss (or change in loss) when training a logistic regression model (`sklearn.linear_model.LogisticReg…
-
Below is my code to estimate treatment effects. There is a much wider confidence interval of ATT (i.e., [-200k, 900k]) by Causal Forest DML model, compared to that calculated by linear DML model (i.e,…
-
Hi,
I mentioned on the QE discourse that I was looking at porting some of the Python code to Julia and was told to open an issue.
Listed below are lectures that could potentially be ported ove…
-
(this is another topic that is missing consistent implementation across models.)
(I might add a `topic_diagnostic` label, but don't want to go through issues right now. Search shows many open isssues.…
-
Hello all,
Before posing my question, I would like to thank all the contributors of the package. Great work!
I am coming from non-ML background(Sociology). In my field, researchers mostly rely …
-
## Rubric Score
### Criteria 1: Valid Python Code
* _Score Level:_ 4 (Exceeds expectations)
* _Comment(s):_ Great job, your code runs without any errors.
### Criteria 2: Exploration of Data
…
-
1. *Amari* writes a lesson in R Markdown. She adds the `glossary` key to its YAML metadata and indicates that the lesson requires the term `correlation` and defines the term `regression`.
1. *Beatr…
-
**Describe the problem.**
Regression should be available in PlotToolPro.
**Describe the solution you'd like**
Add a class in gs-quant (constructor in PlotToolPro) for the model fitting which has …
-
Using ranked data in regression or standard hypothesis tests is close to their rank based counterparts in hypothesis tests.
example in ` statsmodels.sandbox.stats.multicomp.MultiComparison` I had a…