Hi all!
I’ve just finished another project on my DQ learning path, and I’d like to share it with the community. Any feedback would be appreciated!
Here’s the URL of the last mission screen of the Guided Project and my notebook (.ipynb file):
Winning Jeopardy.ipynb (44.6 KB)
Have a nice day!Click here to view the jupyter notebook file in a new tab
2 Likes
Hey @alvaro.viudez
Great work on this. Looks really nice to me, I’ve liked the way you’ve documented your functions. Great communication of your findings.
I feel that you could’ve added some EDA or data visualisation to explore the data a bit more.
Hi @info.victoromondi
Thanks for your nice words! I also think that some graphs could have make it more complete.
However, what does “EDA” mean?
Have a nice day!
EDA stands for Exploratory Data Analysis, an approach to analyzing datasets to get to know some insights.
In statistics, exploratory data analysis is an approach of analyzing data sets to summarize their main characteristics, often using statistical graphics and other data visualization methods. A statistical model can be used or not, but primarily EDA is for seeing what the data can tell us beyond the formal modeling and thereby contrasts traditional hypothesis testing. Exploratory data analysis has been promoted by John Tukey since 1970 to encourage statisticians to explore the data, and possibly f...
1 Like
Cool, thanks for the tip!