You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix score saving silent failures and attribute errors
- Add getattr safety checks for local_param_dict, final_column_list, and feature names to prevent crashes.
- Fix typo in feature names attribute access (orignal -> original) with fallback.
- Add console output for exceptions to ensure errors are visible during live runs.
- Optimize initialization by removing redundant empty DataFrame creation.
0 commit comments