mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-05 03:07:42 +00:00
fix: move mlebench check into runner (#556)
* abandon mlebench check in workflow * move mlebench check to runner and put it into the exp
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
from pathlib import Path
|
||||
|
||||
from mlebench.grade import validate_submission
|
||||
from mlebench.registry import registry
|
||||
|
||||
COMPETITION_ID = "<competition_id>"
|
||||
new_registry = registry.set_data_dir(Path("/mle/data"))
|
||||
competition = new_registry.get_competition(COMPETITION_ID)
|
||||
|
||||
is_valid, message = validate_submission(Path("submission.csv"), competition)
|
||||
|
||||
print(message)
|
||||
Reference in New Issue
Block a user