Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 755 Bytes

File metadata and controls

26 lines (20 loc) · 755 Bytes

Machine-Learning

Covered all parts of Machine Learning Domain Knowledge

The Following folders contain mutilpe notebooks for each practical implementation

  1. -Working with CSV
  2. -Working with JSON-SQL
  3. -Working with API
  4. -WebScrapying with Beautiful-Soup
  5. -Classification Metrics
  6. -Feature Engineering

> Feature Engineering

Feature Engineering is the process of using domain knowledge to extract feature from raw data. these feature can be used to improve performance of Machine Learning Algorithms. This consist of the following techniques.

  • Feature Transformation

  • Missing Values

  • Handling Categorical Features

  • Outlier Detection

  • Feature Scaling

  • Feature Construction

Feature Selection

Feature Extraction