From b209409e27ce220bb84699ea017964b8759b05a9 Mon Sep 17 00:00:00 2001 From: Pawel Sarkowicz Date: Wed, 1 Apr 2026 16:03:03 -0400 Subject: [PATCH] updated predict.py output to be accurate according to the frames --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d8f198d..70c1544 100644 --- a/README.md +++ b/README.md @@ -411,9 +411,9 @@ Example output: ```python { - 'predicted_numeric': 14.27, - 'predicted_display_difficulty': 14, - 'predicted_boulder_grade': '5b/V1', + 'predicted_numeric': 16.4272248633235, + 'predicted_display_difficulty': 16, + 'predicted_boulder_grade': '6a/V3', 'model': 'random_forest' } ```