search for: train_set

Displaying 3 results from an estimated 3 matches for "train_set".

2020 Jan 04
2
A modern object-oriented machine learning framework in R
Estimadísimo Carlos: Muchísimas gracias por responderme y hacerlo tan rápido. Contemplé esa posibilidad, es decir, que el hiperparámetro estuviera suponiendo un problema, y probé de esta forma: > learner <- lrn("classif.ranger", num.trees = 5, mtry = NULL) Error: Element with key 'classif.ranger' not found in DictionaryLearner!
2011 Feb 23
0
Problem with Mclust
...the training dataset sel_col <- c(1,2,4) sample_percentage <- 0.9 my_data <- read.csv("http://dl.dropbox.com/u/5685598/dataedges.csv", header=FALSE) my_data <- as.matrix(my_data) set.seed(1234) ms <- sample(seq(sample_percentage*dim(my_data)[1])) train_set <- my_data[ms, sel_col] my_labels <- my_data[ms,-sel_col] train <- mclustDAtrain(train_set, labels = my_labels) ## training step summary(train) print("OK training") test_set <- my_data[-ms, sel_col] test <- mclustDAtest(test_set, train) ## compute model densities clTest...
2012 Oct 18
13
[PATCH 00/10] extract dp helper functions
Hi all, I've frustrated myself the last few days yelling at our link training code. Comparing the i915 code to radeon and nouveau I've noticed the lack of a nice set of dp helper functions. So I've started to extract a few. There's lots more that we can do I think (link configuration selection, the i2c over aux retry stuff which diverges already between i915 and radeon, maybe