-
I'm trying out copilot on different topics.
For standard models, I get python code that looks valid in the examples. For models that we don't have yet (e.g. robust S-estimator) I get code that does…
-
Hi, here is the code to reproduce the error:
```
import numpy as np
import pandas as pd
import scipy.stats as st
from econml.metalearners import TLearner
from econml.dml import DML
from e…
-
Wooldridge section 12.6.4 on local asymptotic power for M-estimators.
looks easy to add to t_test and f_test cases (in ContrastResults ?)
just uses normality, either noncentral chisquare or noncentra…
-
### Is this a regression?
No
### Description
**angular: ^18.2.0**
**spectator: ^19.0.0**
**_Not sure if this is a bug or a missing feature_** but essentially when using `spectator.trigger…
-
Current submission
Logistic Regression Stats Model 20/20
Logistic Regression using Scikit-learn 20/20
Logistic Regression fewer predictors 20/20
Logistic Regression with Tensorflow 0/20
Logisti…
-
I ran
```bash
export NEW_PROT_FASTA_FILE_PATH='/raid/app/oliver/tmp/disprot_2022_03.fasta'
export NEW_PROT_RES_REPR_DIR_PATH='/raid/app/oliver/tmp/'
```
then the script (last bit of https://g…
-
Hi - I'm trying to understand whether offsets can be used for Poisson models in the natural way.
By this I mean that my observations have heterogenous "observation length", which is naturally model…
-
Observed in training Breton-French models. Could be related to something on our side or in one of the many dependences. Regression testing per-version and then bisection per commit will probably be ne…
-
My organization only allows pytroch models to go into production. I wrote the following code to convert my trained h2o model into pytorch but it errors out.
```
import torch
import torch.nn as nn…
-
**Is your feature request related to a problem? Please describe.**
Currently only token classification and text classification are supported for NLP. However, there are important cases for text reg…