Run 1 notebook or scriptMake 1 competition or task submissionMake 1 commentGive 1 upvote
Kaggle Challenge 02 - Hello Python
Kaggle Challenge 03 - Functions and Getting Help
memorize the order of precedenceMany programming languages have sign available as a built-in function. Python doesn't, but we can define our own!In th
Indexingplanets = 'Mercury', 'Venus', 'Earth', 'Mars', 'Jupiter', 'Saturn', 'Uranus', 'Neptune'planets0, planets-1'Mercury', 'Neptune'Slicingplanets0:
Kaggle Challenge 08 - Working with External Libraries
Kaggle Challenge 09 - Your First Machine Learning Model
There are a few alternatives for controlling the tree depth, and many allow for some routes through the tree to have greater depth than other routes.
Housing Prices Competition for Kaggle Learn Users
MAE: 160679.18917034855
For much of this course, you have made predictions with the random forest method, which achieves better performance than a single decision tree simply
Kaggle Challenge 15