Skip to content

Commit

Permalink
Update mix.exs (elixir-nx#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
msluszniak authored Nov 25, 2023
1 parent dacf106 commit d75eae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -86,7 +87,6 @@ defmodule Scholar.MixProject do
Scholar.Neighbors.RadiusNearestNeighbors
],
Utilities: [
Scholar.Covariance,
Scholar.Impute.SimpleImputer,
Scholar.Metrics.Classification,
Scholar.Metrics.Clustering,
Expand Down

0 comments on commit d75eae3

Please sign in to comment.