Spaces:
Build error
Build error
Jimin Park commited on
Commit ·
11400bb
1
Parent(s): 7f1dc32
kermitting soon
Browse files
util/__pycache__/Weekly_meta_scrapper.cpython-311.pyc
CHANGED
|
Binary files a/util/__pycache__/Weekly_meta_scrapper.cpython-311.pyc and b/util/__pycache__/Weekly_meta_scrapper.cpython-311.pyc differ
|
|
|
util/app_training_df_getter.py
CHANGED
|
@@ -437,6 +437,7 @@ def create_app_user_training_df(url):
|
|
| 437 |
#meta_stats = get_meta_stats()
|
| 438 |
weekly_meta_stats = get_weekly_meta()
|
| 439 |
|
|
|
|
| 440 |
# Input validation
|
| 441 |
if not url or not isinstance(url, str):
|
| 442 |
raise ValueError("Invalid URL provided")
|
|
@@ -503,12 +504,13 @@ def create_app_user_training_df(url):
|
|
| 503 |
|
| 504 |
print("Training features created successfully")
|
| 505 |
return training_features
|
| 506 |
-
|
| 507 |
except Exception as e:
|
| 508 |
import traceback
|
| 509 |
error_trace = traceback.format_exc()
|
| 510 |
print(f"Error in create_app_user_training_df:\n{error_trace}")
|
| 511 |
raise Exception(f"Failed to create training dataframe: {str(e)}")
|
|
|
|
| 512 |
|
| 513 |
# ========================================= end of my functions =====================================================
|
| 514 |
|
|
|
|
| 437 |
#meta_stats = get_meta_stats()
|
| 438 |
weekly_meta_stats = get_weekly_meta()
|
| 439 |
|
| 440 |
+
'''
|
| 441 |
# Input validation
|
| 442 |
if not url or not isinstance(url, str):
|
| 443 |
raise ValueError("Invalid URL provided")
|
|
|
|
| 504 |
|
| 505 |
print("Training features created successfully")
|
| 506 |
return training_features
|
| 507 |
+
'''
|
| 508 |
except Exception as e:
|
| 509 |
import traceback
|
| 510 |
error_trace = traceback.format_exc()
|
| 511 |
print(f"Error in create_app_user_training_df:\n{error_trace}")
|
| 512 |
raise Exception(f"Failed to create training dataframe: {str(e)}")
|
| 513 |
+
|
| 514 |
|
| 515 |
# ========================================= end of my functions =====================================================
|
| 516 |
|
util/data/feature_eng_stats.csv
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|