2 Questions 20 Answers 0 Followers
Questions related from Adewole K. S.
I am still new with Apache Spark. I trained a LogisticRegression model using crossValidation. For instance: > val cv = new CrossValidator().setEstimator(pipeline).setEvaluator(new...
04 April 2016 2,952 2 View
Hierarchical clustering algorithm is a well-known algorithm for clustering data points into different clusters. The number of clusters may not be specified apriori unlike K-means. Although, a...
12 December 2015 10,019 4 View