-
Maybe not something reasonable to do, but...
```julia
julia> Pkg.add(["ACME",
"AbbrvKW",
"ActiveAppearanceModels",
"AdaptiveRejectionSampling",
"ApproxBayes",
…
-
Description:
Use graph output from ndgm on Healthy Brain Network MRI data to perform feature learning with various deep learning techniques.
**DoD**:
- Implementation of GMM and Agglomerative …
-
By default, Sphinx builds are incremental: If you've recently done a clean build of the docs, and then you modified just one of the sources, the next time you build, Sphinx will only build the pages t…
-
Apparently two of the functions that we use from `scikit-learn` will be deprecated soon. The following appears when running FlowCal 1.1.1 in linux with scikit-learn 0.18.1:
```
/home/sebastian/src…
-
Hi,
Thank you for this awesome library.
I wanted to update my packages and I encountered the following error message:
```julia
Pkg.update()
INFO: Updating METADATA...
ERROR: invalid requires e…
-
#### Description
Fitting a (20242848, 5) numpy array using any more than 4 clusters results in IndexError
#### Steps/Code to Reproduce
```
from sklearn.cluster import KMeans
src = gdal.Open(fname…
-
Since we're now using upstream numpydoc, it should be fairly easy to fix the remaining errors in building the docs:
```
/home/ubuntu/scikit-learn/doc/modules/cross_validation.rst:287: WARNING: und…
-
When trying to fit bead data with the method `fc.mef.get_transform_fxn()`, the Python kernel dies for an unknown reason.
Code (run in Jupyter Notebook):
```
# coding: utf-8
# In[1]:
get_ipy…
-
Calculation of Posterior probabilities in score_samples in gmm.py is not provided in Gaussian mixture anymore?
Right now, the Gaussian mixture score_samples only return Log probabilities of each da…
-
I am maintaining GaussianMixtures, which depends on Clustering, which depends on Distances. Because julia-0.5 warnings are extremely slow, my GaussianMixtures tests never end because of a deprecation…