From d75eae3a9c5b44ee21515c5a7d88f6383e01a4f6 Mon Sep 17 00:00:00 2001 From: Mateusz Sluszniak <56299341+msluszniak@users.noreply.github.com> Date: Sat, 25 Nov 2023 04:04:28 +0100 Subject: [PATCH] Update mix.exs (#212) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 6423d403..770c9539 100644 --- a/mix.exs +++ b/mix.exs @@ -77,6 +77,7 @@ defmodule Scholar.MixProject do Scholar.Linear.PolynomialRegression, Scholar.Linear.RidgeRegression, Scholar.Linear.SVM, + Scholar.Manifold.MDS, Scholar.Manifold.TSNE, Scholar.NaiveBayes.Complement, Scholar.NaiveBayes.Gaussian, @@ -86,7 +87,6 @@ defmodule Scholar.MixProject do Scholar.Neighbors.RadiusNearestNeighbors ], Utilities: [ - Scholar.Covariance, Scholar.Impute.SimpleImputer, Scholar.Metrics.Classification, Scholar.Metrics.Clustering,