Giter Club home page Giter Club logo

imdb-analysis-copac's Introduction

Exploratory Analysis on the IMDB Binary Dataset and COPAC implementation

Exploratory analysis part of the Data Mining course. All the utility functions are used from the ICML 2020 Workshop on Graph Representation Learning and Beyond repository.

We are also comparing our COPAC implementation with the ELKI implementation which is why the *.jar is part of this repository.

Setup

Just clone this repository and install packages with pip from the requirements.txt file. I altered some of the code from the TUDataset repo so that we don't have to deal with the correct version numnber of torch since we don't need torch for our uses anyway.

Clone the repo.

git clone https://github.com/chrisonntag/imdb-analysis-copac.git

(or use some UI client)

Create a virtual environement. This creates a directory env/ where all the dependencies will be installed.

python3 -m venv env

Choose the environment.

source env/bin/activate

Install all requirements.

pip install -r requirements.txt

Open Jupyter lab.

jupyter lab

Everything should work from hereon since all needed artifacts are part of this repo as well. You can find the data analysis notebook for the exploratory part and our COPAC implementation in /analysis/eda.ipynb.

Feel free to move the COPAC implementation into its own module.

Contribution

Send me your GitHub username and i'll add you to the repository as a contributor. Clone the repository and switch to the development branch

git checkout development

From there you can create a new branch with

git checkout -b YourBranchName

Do all your changes here and push it to GitHub with

git push origin YourBranchName

We can then merge it to our development/main branch. Alternatively merge it locally into the development branch.

imdb-analysis-copac's People

Contributors

chrisonntag avatar

Watchers

 avatar  avatar

Forkers

ljeadec31

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.