Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 584 Bytes

TODO.md

File metadata and controls

26 lines (21 loc) · 584 Bytes

List of things to implement:

Models

Regressors:

  • MultilayerPerceptronRegression
  • LocallyWeightedLinearRegression
  • LassoRegression
  • KNearestNeighboursRegression

Classifiers:

  • Move current implementations to new API and input scheme: MultilayerPerceptronClassifier
  • LogisticRegression
  • KNearestNeighboursClassifier
  • GaussianDiscriminantAnalysis
  • FisherLinearDiscriminant

Clusterers:

  • KMeans
  • GaussianMixture (with EM)

Transformation:

  • MeanSubstraction
  • Normalizer

Add common Datasets for doing tests and examples

Make examples and tests