Giter VIP home page Giter VIP logo

centroids's Introduction

CENTROIDS

Code and data for the paper "Enhancing Dimension-Reduced Scatter Plots with Class and Feature Centroids."

Zenodo DOI Test Status Coverage
DOI Build Status Codecov

Table of Contents

Summary

This project implements the code and data necessary to generate the figures and results of the paper "Enhancing Dimension-Reduced Scatter Plots with Class and Feature Centroids." This repository contains multiple python scripts for generating the various results of the paper with multiple data -> script -> output workflows.

The project is laid out as follows:

  • src/: the Python files implementing each experiment.
  • data/: the data files necessary to run the experiment.
  • example_output/: example files demonstrating the output of the experiment.

Usage

Brief installation instructions can be found in Setup, and use of the scripts can be found in Execution.

Setup

Create and activate a virtual Python environment with your favorite tool (e.g., conda, mamba, or venv).

For example, with conda:

conda create -n centroids python=3.11
conda activate centroids

Next, install dependencies while inside this virtual environment via the requirements.txt file at the top of this repo:

pip install -r requirements.txt

Execution

Each experiment lives in Python files under the src/ directory. To execute each experiment, simply run the file through the Python interpreter while in your virtual environment as follows:

python src/<experiment>.py

where <experiment> is the name of the file that you wish to run.

Examples of the output files that are generated during these experiments can be seen in the example_output/ directory.

centroids's People

Contributors

ap6yc avatar

Watchers

Nik Melton avatar Leonardo Enzo 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.