Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hawmex/aut_data_and_information_analysis_project

This repository contains the files of my project for the "Data & Information Analysis" course at AUT (Tehran Polytechnic).
https://github.com/hawmex/aut_data_and_information_analysis_project

data-analysis data-science k-means outlier-detection python

Last synced: 5 days ago
JSON representation

This repository contains the files of my project for the "Data & Information Analysis" course at AUT (Tehran Polytechnic).

Awesome Lists containing this project

README

        

# AUT Data & Information Analysis Project

This repository contains the files of my project for the "Data & Information
Analysis" course at Amirkabir University of Technology (Tehran Polytechnic).

## Part 1

In this section, "min-max feature scaling" and "feature standardization" were
implemented.

## Part 2

In this section, an outlier detector was implemented that used the z-score
method to find outliers.

## Part 3

In this section, the k-means clustering algorithm was implemented using
functional programming patterns. The function returns the within-cluster sum of
squares and the labels for the clustered data.