Entry 12: Missing Values
Wikipedia has a succinct definition of missing values: “missing data, or missing values, occur when no data value is stored for the variable in an observatio...
Wikipedia has a succinct definition of missing values: “missing data, or missing values, occur when no data value is stored for the variable in an observatio...
Working on the machine learning process over 10 entries left my code fragmented with different versions of key functions scattered across multiple notebooks.
Using the pre-processing steps I worked through in entries 6-8, I can now predict mass while only changing the surface pressure.
At the end of the Entry 8 noteboook I had a standardized dataset. Now it’s time to try training a model.
By the end of Entry 7 I’d finalized the feature set to train a model and make predictions. One last step is needed before a prediction can be made.