Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove/clean unused types and classes #112

Open
mdabros opened this issue Jun 26, 2019 · 0 comments
Open

Remove/clean unused types and classes #112

mdabros opened this issue Jun 26, 2019 · 0 comments

Comments

@mdabros
Copy link
Owner

mdabros commented Jun 26, 2019

Currently there are a few which contains functionality that is rarely used, or that doesn't quite fit into the current direction of the package. This includes:

  • SharpLearning.Containers.Arithmetic: MatrixF64 is mostly used as a container, and more efficient matrix arithmetic can found in other libraries, like mathnet.numerics.
  • SharpLearning.Containers.ObservationTargetSet: This can be replaced by using a value tuple instead.
  • SharpLearning.Containers.ArrayExtensions: Several methods are unused.
  • SharpLearning.CrossValidation.ContinuousMungeAugmentator:
  • SharpLearning.CrossValidation.NominalMungeAugmentator:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant