https://github.com/romainbrault/hashcode
Hashcode qualification 2017
https://github.com/romainbrault/hashcode
hashcode-2017
Last synced: 6 months ago
JSON representation
Hashcode qualification 2017
- Host: GitHub
- URL: https://github.com/romainbrault/hashcode
- Owner: RomainBrault
- License: mit
- Created: 2017-02-23T12:10:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-11T15:00:32.000Z (almost 9 years ago)
- Last Synced: 2025-03-05T00:41:40.659Z (11 months ago)
- Topics: hashcode-2017
- Language: Python
- Size: 3.76 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. -*- mode: rst -*-
.. |Travis| image:: https://travis-ci.com/RomainBrault/Hashcode.svg?token=BGkmfYrnrsiGdq17pxis&branch=master
.. _Travis: https://travis-ci.com/RomainBrault/Hashcode
.. |Python36| image:: https://img.shields.io/badge/python-3.6-blue.svg
.. _Python36: https://github.com/RomainBrault/Hashcode
Hashcode |Travis|_ |Python36|_
========
Hashcode qualification 2017. https://hashcodejudge.withgoogle.com/#/home. Score: 2500394
Environment
===========
Create conda environement::
conda create -n hashcode python=3 anaconda numpy scipy ipython scikit-learn
Activate environment::
source activate hashcode
Install
=======
Install hashcode::
python setup.py develop
Usage
=====
Run program::
python sample/main.py
Or::
chmod +x run
./run