Code Monkey home page Code Monkey logo

code_club's Introduction

Code_Club

Setup

To create the virtual environment and install required libraries, use commands:

python -m venv venv
source venv/Scripts/activate  # windows OS
source venv/bin/activate  # linux/mac OS
pip install -r requirments.txt

Or simply run create_env.sh:

./create_env.sh

Data

We're pulling data from UCI Irvine Machine Learning Repositories, here.

cool_code.py downloads and extracts the dataset on first run.

code_club's People

Contributors

garthmortensen avatar khan1439 avatar

Watchers

 avatar

code_club's Issues

.gitignore doesn't ignore data files

I tried making the .gitignore better. What I wanted to do was make it so the data/input/onlinepopularity/ and data/output/ folders exist in the repo, but without the large data files.

Doing it this way would mean that cloning the repo creates the folder structure, and then when necessary, the script populates downloads the data.

Currently, the .csv and .name files are in the repo though.

How do we fix that?

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.