Skip to content

Commit

Permalink
Add pending modules to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 28, 2024
1 parent 0b8214e commit d3a4f64
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,23 @@ defmodule Scholar.MixProject do
Scholar.Interpolation.BezierSpline,
Scholar.Interpolation.CubicSpline,
Scholar.Interpolation.Linear,
Scholar.Linear.BayesianRidgeRegression,
Scholar.Linear.IsotonicRegression,
Scholar.Linear.LinearRegression,
Scholar.Linear.LogisticRegression,
Scholar.Linear.PolynomialRegression,
Scholar.Linear.RidgeRegression,
Scholar.Linear.SVM,
Scholar.Manifold.MDS,
Scholar.Manifold.Trimap,
Scholar.Manifold.TSNE,
Scholar.NaiveBayes.Complement,
Scholar.NaiveBayes.Gaussian,
Scholar.NaiveBayes.Multinomial,
Scholar.Neighbors.BruteKNN,
Scholar.Neighbors.KDTree,
Scholar.Neighbors.KNearestNeighbors,
Scholar.Neighbors.KNNClassifier,
Scholar.Neighbors.KNNRegressor,
Scholar.Neighbors.LargeVis,
Scholar.Neighbors.NNDescent,
Scholar.Neighbors.RadiusNearestNeighbors,
Expand All @@ -98,6 +102,7 @@ defmodule Scholar.MixProject do
Scholar.Metrics.Classification,
Scholar.Metrics.Clustering,
Scholar.Metrics.Distance,
Scholar.Metrics.Neighbors,
Scholar.Metrics.Ranking,
Scholar.Metrics.Regression,
Scholar.Metrics.Similarity,
Expand Down

0 comments on commit d3a4f64

Please sign in to comment.