We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e34f8 commit c4117c5Copy full SHA for c4117c5
model_scoring/score_models.py renamed to score_models.py
@@ -86,4 +86,4 @@ def main(models: List[str] = None) -> None:
86
87
if __name__ == "__main__":
88
args = parse_args()
89
- main(args.models)
+ main(args.models)
0 commit comments