We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Function ``ensemble_random_forest_classifer` excutes with Type Error
Type Error: TypeError: cannot unpack non-iterable numpy.float64 object
TypeError: cannot unpack non-iterable numpy.float64 object
Unfamilar with applying models and common source of issues
ensemble_random_forest_classifier
Did ask Colab Google Gemini about TypeError - same error
Google Gemini
Droped train_accuracy and test_accuracy , and report in the return type, and just returned y_predict and testY
No response
The text was updated successfully, but these errors were encountered:
Google Colab - Active Notebook https://colab.research.google.com/drive/1zby91B-O5wIAhXiYK5lFxfD46zCC1yb4?usp=sharing
Sorry, something went wrong.
File: https://github.com/iPoetDev/ibm-skills-ai-colab-sessions/blob/final-project/IBMSkillsBuild_ANSWER_AI_CreditCardFraudDetection_EN.ipynb
feature|document(final_project): Submitted Answer: Credit Card Fraud
a3ee4ba
branch: final-project fxied: See #10 bump: Submitted Answer CHANGELOG 2024.08.19 v.0.3.3-00001 - modify: final-project/ - Notebook: Final Project Submitted Answer - project: https://github.com/users/iPoetDev/projects/22 - name: PROJECT: IBM Programme for Artificial Intelligence - Credit Card Fraud - opened: - resolves: #9, #10 - see also:
8d21f24
branch: final-project fixed: See #10 bump: Submitted Answer CHANGELOG 2024.08.19 v.0.3.3-00002 - modify: final-project/ - Notebook: Final Project Submitted Answer - project: https://github.com/users/iPoetDev/projects/22 - name: PROJECT: IBM Programme for Artificial Intelligence - Credit Card Fraud - opened: - resolves: #9, #10 - see also:
No branches or pull requests
Current Behavior
Function ``ensemble_random_forest_classifer` excutes with Type Error
Type Error:
TypeError: cannot unpack non-iterable numpy.float64 object
Unfamilar with applying models and common source of issues
Expected Behavior
ensemble_random_forest_classifier
to excute without Type error.Steps to Reproduce
Did ask Colab
Google Gemini
about TypeError - same errorDroped train_accuracy and test_accuracy , and report in the return type, and just returned y_predict and testY
Environment
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: