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

Issue 4: Create a Pipeline for Data Preprocessing #10

Open
ajaykr2712 opened this issue Dec 27, 2024 · 0 comments
Open

Issue 4: Create a Pipeline for Data Preprocessing #10

ajaykr2712 opened this issue Dec 27, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ajaykr2712
Copy link
Owner

ajaykr2712 commented Dec 27, 2024

  1. Develop a Python pipeline for preprocessing data before feeding it to a machine learning model. The pipeline should:
  2. Handle missing values (e.g., mean/mode imputation)
  3. Encode categorical variables
  4. Normalize/standardize numerical features
  5. Split data into training and testing sets
  6. Deliverables:
  7. Python script implementing the preprocessing pipeline.
  8. Demonstration of the pipeline on a sample dataset.
@ajaykr2712 ajaykr2712 self-assigned this Dec 27, 2024
@ajaykr2712 ajaykr2712 added the enhancement New feature or request label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant