-
I reported https://github.com/microsoft/pylance-release/issues/5454 to pylance, but maybe it belongs here. I'm not sure whether the stubs here are distributed with pylance or not.
Notice that Targe…
-
```
import numpy as np
from gingado.utils import Lag
from sklearn.pipeline import Pipeline
X = np.random.rand(15, 2)
y = np.random.rand(15)
lags = 3
jump = 2
pipe = Pipeline([('lagger'…
-
Hello,
By importing id3 I encounter this error on my setup. Is it possible that importing six from sklearn.externals is outdated?
`File "/usr/local/lib/python3.7/site-packages/id3/__init__.py"…
-
I've got the same problem as in issue #2342. I've changed the build.sh-file
`pip install numpy==1.15 scipy cython nose coverage matplotlib sphinx pillow sphinx-gallery numpydoc==0.8 scikit-image j…
-
kmike updated
5 years ago
-
Hi
I keep getting this error, is there a list of dependencies that need to be installed first?
Thanks
-
I may have found a bug related to how IbisML integrates with grid search from sklearn, but it could be that this is out of scope of the project.
```python
import ibis_ml as iml
from sklearn.pipe…
-
## Is your feature request related to a problem?
In an effort to move our forecasting models completely to sktime from other custom libraries, we've encountered limitations in passing arguments to un…
-
`Scikitlearn` is the de facto home for all kinds of modeling algorithms. It has a plethora of
algorithms but still one thing that seems to be missing is the implementation of `LogisticRegression` whe…
-
Looks like linear_assignment is being moved from sklearn to scipy. The warning says the move is permanent from 0.23 onwards.
`DeprecationWarning: The linear_assignment function is deprecated in 0.2…