Create a way to plot your features and essentially give an end report of your findings from the model. It would be best to have multiple graphs and all of the information (including the input) in one file in order to make it easy for either replicating runs or varying your runs with something like retraining of the model.
You guys had lots of great visualisations and outputs from the initial assignment (saved in the docs --> practice-problem --> ) folders, try to recycle and repurposed some of that to make your live's easier.
List of Tables, Values, and Plots to return to the User:
Feature Importance - Tornado Plot
Actual Vs. Predicted - Well Number vs. Predicted Production - This should live in the training of the model
Partial Dependency Plots
IP90/IP180 - we can return a value for the result as they're not really time dependant
Have some sort of confidence interval, so maybe you do have multiple models that are trained with different sets of data, let's leave that until the end if we get there.
Create a way to plot your features and essentially give an end report of your findings from the model. It would be best to have multiple graphs and all of the information (including the input) in one file in order to make it easy for either replicating runs or varying your runs with something like retraining of the model.
You guys had lots of great visualisations and outputs from the initial assignment (saved in the docs --> practice-problem -->) folders, try to recycle and repurposed some of that to make your live's easier.