Open rakshit-upadhyay214 opened 1 month ago
👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!
Can you specify which model is it ? GBoost or RForest
It was Random Forest.
I want to work on this issue
While using the model for classification, a ValueError is raised due to a mismatch between the feature names used during the training phase (fit) and those passed during the inference phase (predict). The features passed at prediction time have inconsistent names compared to those seen during training.
Steps to Reproduce:
Expected Behavior: The feature names should match and remain consistent throughout.
Proposed Solution: Training classifier model against the exact feature names as they appear in the dataset.