Giter Site home page Giter Site logo

thansam / data-editing-and-reduction Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 63 KB

A project for the lesson of Knowledge Discovery from Databases. Normalizing values, ENN and IB2 algorithms are implemented. Tested with iris.csv dataset.

Python 100.00%
dataedit datareduction enn ib2b-a normalization normalized-data python

data-editing-and-reduction's Introduction

Data Editing and Reduction

A project for the univeristy lesson of "Knowledge Discovery from Databases".

Using as training datasets csv files, comprised of numerical attributes only with the exception of the class attribute, are implemented in Python 3.9 the following operations:

  • NormalizeValues(inputCsvFile):  Normalizing the values of all attributes-except for the class attribute(i.e., transforms them in the [0,1] range).

  • ENN(inputNormalizedCsvFile, K):  Takes as input a normalized csv file and the required algorithm parameter K. Applies the editing algorithm ENN on it.

  • IB2(inputNormalizedCsvFile):  Takes as input a normalized csv file and applies the instance reduction algorithm IB2 on it.

The code is tested with the "iris.csv" and "letter-recognition.csv" datasets.
The output in each program is written to a csv file as well.

data-editing-and-reduction's People

Contributors

thansam avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.