-
-
Notifications
You must be signed in to change notification settings - Fork 266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in upload_model_and_df when target value is not declared in column_types #361
Labels
bug
Something isn't working
Comments
Code to reproduce the Error :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🐛 Bug Report
When I am trying to run upload_model_and_df function, I get an error : KeyError: 'default' since I did not declare target value in column_types . But this behavior was supported in the previous version.
🔬 How To Reproduce
Steps to reproduce the behavior:
Select Giskard Credit Scoring Demo Notebook
Remove 'default' column from column_types
column_types = {'account_check_status':"category",
'duration_in_month':"numeric",
'credit_history':"category",
'purpose':"category",
'credit_amount':"numeric",
'savings':"category",
'present_employment_since':"category",
'installment_as_income_perc':"numeric",
'sex':"category",
'personal_status':"category",
'other_debtors':"category",
'present_residence_since':"numeric",
'property':"category",
'age':"numeric",
'other_installment_plans':"category",
'housing':"category",
'credits_this_bank':"numeric",
'job':"category",
'people_under_maintenance':"numeric",
'telephone':"category",
'foreign_worker':"category"}
Run the Notebook after updating your Token
Environment
--
### Screenshots
📈 Expected behavior : Should be able to upload model and data without declaring target in column_types like in the previous version
📎 Stack Trace
The text was updated successfully, but these errors were encountered: