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

Methods to implement dimension reduction techniques. #480

Open
VijaySingh-GSLab opened this issue Oct 5, 2018 · 0 comments
Open

Methods to implement dimension reduction techniques. #480

VijaySingh-GSLab opened this issue Oct 5, 2018 · 0 comments

Comments

@VijaySingh-GSLab
Copy link

We can add some utilities to give user the options to reduce the dimensions of data. For example:

  1. Backward elimination technique
  2. Forward elimination technique
  3. PCA

Advantages of adopting dimension reduction techniques:

  1. It reduce the size of data so ML algorithms run faster.
  2. Avoid over fitting of model
  3. Helps in finding out which columns are significant and which are not.
  4. In few case model accuracy also increases.
  5. Help in visualizing multi-dimensional data.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant