Banknotes are one of the most important assets of a country. Some miscreants introduce fake notes which bear a resemblance to original note to create discrepancies of the money in the financial market. It is difficult for humans to tell true and fake banknotes apart especially because they have a lot of similar features.
Hi Team, I’m also facing same issue where when i first submitted it gave some result. Later i did some changes in code and generated new predictions. this time when i submit my results its saying wrong answer. Can you please guide us?
Hi @rs_bhargav , maybe you are sending it as probabilities (0.95, 0.25, 0.69, etc). If that were the case, you must transform it to 0 and 1.I used list comprehension.
I copied the result and uploaded it to the platform.
Hi everyone. I’m trying to solve this problem and my predictions for the test set results in all the values equal 1, are anyone with the same problem? I also have a few doubts about how to properly solve this problem…