-
At the very least should list and explain fields.
* [x] Clustering
* [x] KMeans
* [x] KMedoids
* [ ] GaussianProcesses
* [ ] GPClassifier
* [x] GLM
* [x] LinearRegressor
* [x] Lin…
-
In order to reach the highest `pylint` note, I added some doc-string in each beginning of each script.
But I didn't fill it correctly.
https://github.com/tlentali/pycht/blob/31e3e5323f52eb556648e8…
-
Which of the following are TRUE for K-Means clustering?
Select one or more:
- A.It is applicable for data whose variables are categorical
- B.It assumes the variance of all variables are the sa…
-
I'm checking out Vegas at the moment for visualizing Spark mllib models. For example I want to visualize a kmeans clustering model with more than two dimensions/features.
Something like a scatter mat…
-
I get the following error when running demos_train_query_base.jl
```julia
Training an optimized product quantizer
0 3.384649e+04... ERROR: LoadError: MethodError: no method matching update_center…
-
jan21_2321_pruning: filter out 8500 images / 9000 in cache
jan22_2221_pruning_1000:
- random 8000 sets
- pruned from best 8500 images: start with
`if [int(i) for i in samples_list[1:100].split…
-
every [`CDistanceMachine`](https://github.com/shogun-toolbox/shogun/blob/58b914a6b326cd5f799727e39737bc4b4b11b286/src/shogun/machine/DistanceMachine.h#L105) has to make sure that cluster centers are i…
-
Input: sets of models to be clustered
Output: clusters with more than number of models
Method: K-means clustering using mpi
Assessment: the output gives more than the total number of models in inpu…
-
- [x] Agglomerative Clustering
- [x] Kmeans
-
I see that there are bash files named `build.sh`, `run.sh`, `kmeans.sh` & `globals.sh`.
But I'm quite not sure where to run these in order to execute the program.
Can you please guide here ?