-
```
JOB ID: c_0Fq9EuM3nDTKWuUD_202006041621598500
java.lang.Exception: numpy.linalg.linalg.LinAlgError: SVD did not converge
at com.samsung.sds.brightics.agent.context.python.PythonProcessManage…
-
We are using Pysal library on a project working with a couple of cities. We were able successfully install Pysal and import it. However, whenever we use the function of Pysal , for example, opening a…
-
Running the following code:
```python
import numpy as np
import pandas as pd
import statsmodels.api as sm
N = 10000
x1 = np.array([0] + N * [1])
x2 = np.array([-1] + N * [1])
x = pd.DataFram…
-
I am having trouble getting Zipline and Alphalens to work together in the same environment. I am filing this issue here, because I believe the problem is that the Zipline **latest** build has inconsis…
-
#### Describe the bug
I am getting `statsmodels.tools.sm_exceptions.MissingDataError: exog contains inf or nans` with `d=0`. This does not happen when say `d=1`.
Error log:
```
/my_path/test.p…
-
Now that @zyzhu has started updating Deedle to netstandard 2.0 we should look at updating the whole FsLab collection
@zyzhu - do you use FsLab as an entire collection or just the individual pieces?
dsyme updated
3 years ago
-
writing unit tests for GLM aic and bic compared to Stata
our aic agrees with `estat ic` but not with the one in `ereturn list`
our bic agrees with `ereturn list` but not with `estat ic`
???
`GLMRes…
-
Greetings!
I am replicating a paper, and need to run a simple OLS regression with a fixed effect. To do that I am running the _PanelOLS_ function from _linearmodels_. I'm estimating the effect of…
-
0
I know lightgbm is kind of second order taylor expansion to boost trees targetting to reduce loss function. I am trying to figure how lightgbm deals with quantile regression when calculate gain…
-
I want to get OLS summary for the dataset for backward elimination but I am facing following error for my following piece of code:
Following includes complete code which I have built for the model
…