Hello community,
I’m currently facing an issue with my logistic regression implementation where I’m receiving an AssertionError in the unit test case:
while the expected values match. Is there a recommended approach for handling test cases that expect more values than the number of features in the model?
