Giter Club home page Giter Club logo

ebdm-1's Introduction

EBDM

Python package for finding Entropy-Based Distance Metric. An implementation of the following paper:

Y. Zhang, Y. Cheung and K. C. Tan, "A Unified Entropy-Based Distance Metric for Ordinal-and-Nominal-Attribute Data Clustering," in IEEE Transactions on Neural Networks and Learning Systems, vol. 31, no. 1, pp. 39-52, Jan. 2020. doi: 10.1109/TNNLS.2019.2899381

Getting Started

Prerequisites

Note EBDM requires Python 3.x

These instructions will get you a copy of the package up and running on your local machine for development and testing purposes.

Before getting started, make sure that you have the following libraries already installed:

import pandas as pd
import math

Installing

In your source file, import the library and start using the functions step-by-step as mentioned in the below section

import EBDM as ebd

For accessing modules, use

ebd.<module_name>

For reading the data, make sure that you’ve separated ordinal and nominal into separate CSV files.

Usage

nominal_features_dict = ebd.read_nom('nominal_data.csv')
ordinal_features_dict = ebd.read_ord('ordinal_data.csv')

Contributing

Feel free to make contributions to this repository by submitting well-documented pull requests and raising issues.

Documentation

To run the documentation website, open docs/_build/html/index.html

If you're making changes to the source code of docs folder, make sure that you compile a clean build in the shell using make clean; make html

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Sincere thanks to Dr. Mitali Mukerjee, Dr. Bhavana Prasher, Mr. Rintu Kutum and the AyurGenomics Group for guiding us throughout our internship period at the CSIR-IGIB, New Delhi.

ebdm-1's People

Contributors

rohit2706 avatar ishitamed19 avatar ahsanabbas123 avatar

Watchers

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