Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

For predict-eth judges, a script to compute each submission's nmse

License

Notifications You must be signed in to change notification settings

oceanprotocol-archive/predict-eth-judge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

predict-eth-judge

For judges of the predict-eth competition, a script to compute each submission's nmse.

To use: first do installation, then follow the CLI steps.

Installation

Open a new terminal and:

#clone repo
git clone https://github.com/oceanprotocol/predict-eth-judge.git
cd predict-eth-judge

#create a virtual environment
python -m venv venv

#activate env
source venv/bin/activate

#install dependencies
pip install wheel
pip install ocean-lib predict-eth ccxt enforce_typing numpy matplotlib

#add pwd to bash path
export PATH=$PATH:.

#set judges private key and Polygon Scan API Key
export REMOTE_TEST_PRIVATE_KEY1=<judges key>
export POLYGONSCAN_API_KEY=<api key>

CLI

In the terminal, type the following. It will give you further instructions.

pej

About

For predict-eth judges, a script to compute each submission's nmse

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages