Skip to content

Commit

Permalink
Cleanup of code in DynaMLPipe
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar2812 committed Dec 13, 2016
1 parent 6a39e22 commit d6bee1c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ import breeze.linalg.{DenseMatrix, DenseVector, diag}
import io.github.mandar2812.dynaml.evaluation.RegressionMetrics
import io.github.mandar2812.dynaml.models.ParameterizedLearner
import io.github.mandar2812.dynaml.models.gp.AbstractGPRegressionModel
import io.github.mandar2812.dynaml.optimization.{CoupledSimulatedAnnealing, GPMLOptimizer, GloballyOptWithGrad, GridSearch}
import io.github.mandar2812.dynaml.optimization.{
CoupledSimulatedAnnealing, GPMLOptimizer,
GloballyOptWithGrad, GridSearch}
import io.github.mandar2812.dynaml.pipes.{DataPipe, ReversibleScaler, Scaler, StreamDataPipe}
import io.github.mandar2812.dynaml.utils.{GaussianScaler, MVGaussianScaler, MinMaxScaler}
import org.apache.log4j.Logger
Expand Down Expand Up @@ -657,7 +659,6 @@ object DynaMLPipe {
val metrics = new RegressionMetrics(scoresAndLabels,
scoresAndLabels.length)

//println(scoresAndLabels)
metrics.print()
metrics.generatePlots()
})
Expand Down

0 comments on commit d6bee1c

Please sign in to comment.