Youness ECHCHADI

Youness ECHCHADI

Cloud & Solution Architect
  • Home
  • About Me

Recent Posts

  • Mastering Bioinformatics Pipeline Automation: From Scripts to Cloud-Native Workflows
  • Level-Up Your Landing Zone: Upgrading AWS Control Tower to v3.3 & Using the New Enabled Controls API for Continuous Gap Analysis
  • Getting the most value from AWS spot instances
  • Deploy a Custom Provider with Terraform
  • Building Serverless Architectures with the Messaging Fanout Pattern and Amazon SNS

Categories

  • Artificial Intelligence 5
  • Cloud Computing 5
    • Governance 1
    • Landing Zone 1
    • Omics 1
  • Data Science 3
  • Infrastructure as Code 1
  • Podcast 4
© 2025 Youness ECHCHADI

Tag: categorical features

Handling Categorical Features with SciKitLearn
Data Science

Handling Categorical Features with SciKitLearn

Posted on June 20, 2019by Youness ECHCHADI

After dealing with missing data in your dataset. You will most likely face Categorical Features in numerous datasets. In the majority of cases, these features tend to be non-numerical and thus need to be converted to be processed in machine learning algorithms.

Read More