1. Learn
  2. /
  3. Courses
  4. /
  5. Monitoring Machine Learning in Python

Connected

Exercise

Interacting with results

In this exercise, you will filter, plot, and convert to the DataFrame the CBPE results obtained for the US Consensus dataset from the previous example. The display method here is used to show the plots and DataFrames that are called in the middle of the code.

The results from the CBPE estimator are preloaded in the estimated_results variable.

Instructions

100 XP
  • Interact with the estimated results based on the comments above each code snippet.