Skip to content

Commit

Permalink
Merge pull request #21 from gizatechxyz/gora
Browse files Browse the repository at this point in the history
gora-evaluation
  • Loading branch information
EgeAtesalp authored May 10, 2024
2 parents fa03396 + e389edb commit 99cecf6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
9 changes: 8 additions & 1 deletion giza_datasets/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2287,12 +2287,19 @@
tags=["Curve","Trade Volume","Fees" ,"daily", "DeFi", "DEX"],
documentation="https://datasets.gizatech.xyz/hub/curve/daily-trade-volume-and-fees",
),
Dataset(
Dataset(
name="gora-competition-training",
path="gs://datasets-giza/Rocifi/gora_competition_training.parquet",
description="Training data for the Gora competition",
tags=["Lending"],
documentation="",
),
Dataset(
name="gora-competition-evaluation",
path="gs://datasets-giza/Rocifi/gora_competition_evaluation.parquet",
description="Evaluation Data for the Gora competition",
tags=["Lending"],
documentation="",
),
]

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "giza-datasets"
version = "0.2.2"
version = "0.2.3"
description = ""
authors = ["Fran Algaba <f.algaba@outlook.es>"]
readme = "README.md"
Expand Down

0 comments on commit 99cecf6

Please sign in to comment.