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

[FEATURE ADD] StandardScaler MinMaxScaler OrdinalEncoder Algorithms added #51

Merged
merged 5 commits into from
Jun 22, 2024

Conversation

Lycons-rage
Copy link
Contributor

@Lycons-rage Lycons-rage commented Jun 21, 2024

Closes: #18

  • Title : StandardScaler MinMaxScaler OrdinalEncoder Algorithms added
  • Name: Chinmaya Tewari
  • Idenitfy yourself: SSoC Contributor

Describe the add-ons or changes you've made 📃

Custom Python Scripts to implement the functionalities of Standardization, Normalization and Categorical Feature Transformation to create StandardScaler, MinMaxScaler, OrdinalEncoder

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

My Code has been tested on custom test cases and all the respective exceptions are handled

Checklist: ☑️

  • My code follows the Contributing Guidelines & Code of Conduct of this project.
  • This PR does not contain plagiarized content.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • My changes generate no new warnings.

Screenshots 📷

pr_aicode

Note to reviewers 📄

Copy link

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

Copy link
Owner

@Avdhesh-Varshney Avdhesh-Varshney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Lycons-rage PR Approved 🎉

@Avdhesh-Varshney Avdhesh-Varshney merged commit 765c573 into Avdhesh-Varshney:main Jun 22, 2024
1 check passed
@Avdhesh-Varshney Avdhesh-Varshney added Approved ✔️ This PR is approved by the PR or, Mentors SSOC These issue/pull request will be considered for SSOC'24 Intermediate Intermediate level issues/pull requests Pre-Processing This comes under the `Pre-Processing` directory labels Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved ✔️ This PR is approved by the PR or, Mentors Intermediate Intermediate level issues/pull requests Pre-Processing This comes under the `Pre-Processing` directory SSOC These issue/pull request will be considered for SSOC'24
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE REQUEST] Adding Pre-Processing Techniques for numerical as well as categorical features
2 participants