Giter VIP home page Giter VIP logo

cs_588's Introduction

PREREQUISITES:

Make sure Java 11 is installed and JAVA_HOME environment variable has been setup. Then install the CN protect module using the following pip command on the terminal:

      pip install cn-protect==0.9.4

The program also relies on machine learning models imported from sklearn and functionalities from numpy and pandas. So please make sure that all these python modules are also installed.

If running on a Windows machine, install the following module as well:
      pip install pyjnius

BEFORE EXECUTING THE CODE:

Make sure the directory contains the python file and the adult.csv dataset.

        -adult.csv
        -project.py

Execute the python file as follows:

        python3 project.py


Executing this creates hierarchy files which are necessary files for the anonymization algorithm.


EXPLANATION OF THE CODE:
The code is organized into modules and comments throughout the code explain how it works. The main parts of the code are as follows:


      - ML BLOCK: Contains the code for all the four ML models used and also the anonymization algorithm which processes the dataset.
      - DATA PREPROCESSING BLOCK: Contains many functions to create hierarchies which are required in the anonymization algorithm
      - PLOT function : Plots the required graphs
      - MAIN function: Makes function calls to all required models and code termination.



The code, dataset and report are available on GitHub at: https://github.com/abhishek-v/CS_588

cs_588's People

Contributors

abhishek-v avatar

Watchers

James Cloos avatar  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.