Unsupported format string passed to numpy.ndarray.__format__

When i run the code locally i got output when i run in cloud the output shows the unsupported format string passed to numpy.ndarray.format the error .please help me to get the output. i will provide the my git link in the below

Hi @vinod_kumar :wave:

The difference in behavior on local vs Cloud is due to the mismatch in versions of scikit-learn. The version installed on Cloud 1.1.1 is newer than what you have installed locally.

The fix is to revert to an older version on Cloud by replacing line 5 of requirements.txt by:

scikit-learn==1.0.2

Best, :balloon:
Snehan

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.