iiitl / Regression

This repository hosts a project centered around conducting regression analyses using our specific dataset.
MIT License
0 stars 14 forks source link

Removing outliers from dataset #4 #28

Closed Dishant-garg closed 8 months ago

Dishant-garg commented 8 months ago

Solved issue #4 Outliers are identified using IQR (Interquartile Range).This can be achieved by filtering the dataset to exclude data points that fall outside the inner fences range.

Dishant-garg commented 8 months ago

@darshbaxi pls review this pr

darshbaxi commented 8 months ago

The code looks good. Make sure to add a screenshot of the output in the PR description :)