Hello Srtreamlit Community,
I am a newbie to this community and so was unable to debug the issue that I was facing. And the issue is:
I have written some python codes using streamlit in the code editor(Atoms) and when I had run the python file through command prompt a tab was opened but nothing was appearing on the screen. The screen was blank and no error was also showing just a plain screen.
Can you please help me?
@Adrien_Treuille
After doing the required corrections. I have a few more errors that hit up. Please help!
The errors are in the section when the type of metrics is called.
Look to the attached snapshot of the error
Apparently, the issue comes from the function call plot_precision_recall_curve() where you pass a kind parameter. At some point in the plotting, it encounters a Line2D to which it tries to pass kind, which is not a valid parameter.
You haven’t updated your github code yet, so I can’t investigate this error further more.
It may not solve your problem, but I found this StackOverflow post with the same exception as yours.