{"id":9189,"date":"2023-01-11T16:57:32","date_gmt":"2023-01-11T21:57:32","guid":{"rendered":"https:\/\/blogs.mathworks.com\/student-lounge\/?p=9189"},"modified":"2026-03-09T08:15:25","modified_gmt":"2026-03-09T12:15:25","slug":"weather-forecasting-in-matlab-for-wids-datathon-2023","status":"publish","type":"post","link":"https:\/\/blogs.mathworks.com\/student-lounge\/2023\/01\/11\/weather-forecasting-in-matlab-for-wids-datathon-2023\/","title":{"rendered":"Weather Forecasting in MATLAB for the WiDS Datathon 2023"},"content":{"rendered":"<div class=\"rtcContent\">\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">In today&#8217;s blog, <a href=\"https:\/\/www.linkedin.com\/in\/grace-woolson\/\">Grace Woolson<\/a> gives us an insight into how you can get started with using Machine Learning and MATLAB for Weather Forecasting to take on the WiDS Datathon 2023 challenge. Over to you Grace..<\/div>\n<h2 style=\"margin: 20px 10px 5px 4px; padding: 0px; line-height: 20px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-weight: bold; text-align: left;\">Introduction<\/h2>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Today, I&#8217;m going to show an example of how you can use MATLAB for the <a href=\"https:\/\/www.widsworldwide.org\/learn\/datathon\/\">WiDS Datathon 2023<\/a>. This year&#8217;s challenge tasks participants with creating a model that can predict long-term temperature forecasts, which can help communities adapt to extreme weather events often caused by climate change. WiDS participants will submit their forecasts on <a href=\"https:\/\/www.kaggle.com\/c\/widsdatathon2023\/\">Kaggle<\/a>. This tutorial will walk through the following steps of the model-making process:<\/div>\n<ol style=\"margin: 10px 0px 20px; padding-left: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px;\">\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"#H_3A7CF5D1\">Importing a Tabular Dataset<\/a><\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"#H_82FCB8C7\">Preprocessing Data<\/a><\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"#H_826E0FFC\">Training and Evaluating a Machine Learning Model<\/a><\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"#H_9B01E176\">Making New Predictions and Exporting Predictions<\/a><\/li>\n<\/ol>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">MathWorks is happy to support participants of the Women in Data Science Datathon 2023 by providing complimentary MATLAB licenses, tutorials, workshops, and additional resources. <span style=\"font-weight: bold;\">To request complimentary licenses for you and your teammates, go to this <\/span><a href=\"https:\/\/www.mathworks.com\/academia\/student-competitions\/wids-datathon.html\"><span style=\"font-weight: bold;\">MathWorks site<\/span><\/a><span style=\"font-weight: bold;\">, click the \u201cRequest Software\u201d button, and fill out the software request form.<\/span><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">To register for the competition and access the dataset, go to the <a href=\"https:\/\/www.kaggle.com\/c\/widsdatathon2023\/\">Kaggle<\/a> page, sign-in or register for an account, and click the &#8216;Join Competition&#8217; button. By accepting the rules for the competition, you will be able to download the challenge datasets available on the &#8216;Data&#8217; tab.<\/div>\n<h2 style=\"margin: 3px 10px 5px 4px; padding: 0px; line-height: 20px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-weight: bold; text-align: left;\">Import Data<\/h2>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">First, we need to bring the training data into the MATLAB workspace. For this tutorial, I will be using a subset of the overall challenge dataset, so the files shown below will differ from the ones you are provided. The datasets I will be using are:<\/div>\n<ul style=\"margin: 10px 0px 20px; padding-left: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px;\">\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\">Training data (train.xlsx)<\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\">Testing data (test.xlsx)<\/li>\n<\/ul>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">The data is in tabular form, so we can use the <a href=\"https:\/\/www.mathworks.com\/help\/matlab\/ref\/readtable.html\"><span style=\"font-family: monospace;\">readtable<\/span><\/a> function to import the data.<\/div>\n<div style=\"background-color: #f5f5f5; margin: 10px 0 10px 0;\">\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 1px solid #bfbfbf; border-bottom: 0px none #212121; border-radius: 4px 4px 0px 0px; padding: 6px 45px 0px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">trainingData = readtable(<span style=\"color: #a709f5;\">&#8216;train.xlsx&#8217;<\/span>, <span style=\"color: #a709f5;\">&#8216;VariableNamingRule&#8217;<\/span>, <span style=\"color: #a709f5;\">&#8216;preserve&#8217;<\/span>);<\/span><\/div>\n<\/div>\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 0px none #212121; border-bottom: 1px solid #bfbfbf; border-radius: 0px 0px 4px 4px; padding: 0px 45px 4px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">testingData = readtable(<span style=\"color: #a709f5;\">&#8216;test.xlsx&#8217;<\/span>, <span style=\"color: #a709f5;\">&#8216;VariableNamingRule&#8217;<\/span>, <span style=\"color: #a709f5;\">&#8216;preserve&#8217;<\/span>);<\/span><\/div>\n<\/div>\n<\/div>\n<div style=\"margin: 10px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Since the tables are so large, we don&#8217;t want to show the whole dataset at once, because it will take up the entire screen! Let&#8217;s use the <a href=\"https:\/\/www.mathworks.com\/help\/matlab\/ref\/table.head.html\"><span style=\"font-family: monospace;\">head<\/span><\/a> function to display the top 8 rows of the tables, so we can get a sense of what data we are working with.<\/div>\n<div style=\"background-color: #f5f5f5; margin: 10px 0 10px 0;\">\n<div class=\"inlineWrapper outputs\">\n<div style=\"border-radius: 4px 4px 0px 0px; padding: 6px 45px 4px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; border: 1px solid #bfbfbf;\"><span style=\"white-space: pre;\">head(trainingData)<\/span><\/div>\n<div style=\"color: #212121; padding: 10px 0px 6px 17px; background: #ffffff none repeat scroll 0% 0% \/ auto padding-box border-box; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; overflow-x: hidden; line-height: 17.234px;\">\n<div class=\"inlineElement eoOutputWrapper embeddedOutputsTextElement scrollableOutput\" style=\"width: 1146px; white-space: pre; font-style: normal; color: #212121; font-size: 12px;\" data-testid=\"output_0\">\n<div class=\"textElement eoOutputContent\" style=\"max-height: 261px; white-space: pre; font-style: normal; color: #212121; font-size: 12px;\" data-width=\"1116\" data-height=\"164\" data-hashorizontaloverflow=\"true\"><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">lat<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">lon<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">start_date<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">tmp2m<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_y_1<\/strong><br \/>\n<strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______________<\/strong>27 261 01-Jan-2016 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.8245 11.061 10.498 10.408 11.857 8.3761 11.315 11.775 12.281 10.822 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 35.156 28.155 30.717 34.552 28.183 28.298 28.652 34.429 37.595 31.748 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 12.044 29.098 21.265 42.821 28.231 40.159 62.355 24.896 24.933 22.981 32.971 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 16.57 18.283 15.485 18.897 17.87 16.714 17.432 13.391 20.003 17.183<br \/>\n27 261 02-Jan-2016 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.8245 11.061 10.498 10.408 11.857 8.3761 11.315 11.775 12.281 10.822 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 35.156 28.155 30.717 34.552 28.183 28.298 28.652 34.429 37.595 31.748 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 12.631 29.098 21.265 42.821 28.231 40.159 62.355 24.896 24.933 22.981 32.971 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 16.57 18.283 15.485 18.897 17.87 16.714 17.432 13.391 20.003 17.183<br \/>\n27 261 03-Jan-2016 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.8245 11.061 10.498 10.408 11.857 8.3761 11.315 11.775 12.281 10.822 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 35.156 28.155 30.717 34.552 28.183 28.298 28.652 34.429 37.595 31.748 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 13.305 29.098 21.265 42.821 28.231 40.159 62.355 24.896 24.933 22.981 32.971 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 16.57 18.283 15.485 18.897 17.87 16.714 17.432 13.391 20.003 17.183<br \/>\n27 261 04-Jan-2016 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.8245 11.061 10.498 10.408 11.857 8.3761 11.315 11.775 12.281 10.822 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 35.156 28.155 30.717 34.552 28.183 28.298 28.652 34.429 37.595 31.748 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 13.396 29.098 21.265 42.821 28.231 40.159 62.355 24.896 24.933 22.981 32.971 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 16.57 18.283 15.485 18.897 17.87 16.714 17.432 13.391 20.003 17.183<br \/>\n27 261 05-Jan-2016 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.8245 11.061 10.498 10.408 11.857 8.3761 11.315 11.775 12.281 10.822 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 35.156 28.155 30.717 34.552 28.183 28.298 28.652 34.429 37.595 31.748 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 13.627 29.098 21.265 42.821 28.231 40.159 62.355 24.896 24.933 22.981 32.971 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 16.57 18.283 15.485 18.897 17.87 16.714 17.432 13.391 20.003 17.183<br \/>\n27 261 06-Jan-2016 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 13.999 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049<br \/>\n27 261 07-Jan-2016 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 14.223 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049<br \/>\n27 261 08-Jan-2016 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 14.248 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"inlineWrapper outputs\">\n<div style=\"border-radius: 0px; padding: 6px 45px 4px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; border: 1px solid #bfbfbf;\"><span style=\"white-space: pre;\">head(testingData)<\/span><\/div>\n<div style=\"color: #212121; padding: 10px 0px 6px 17px; background: #ffffff none repeat scroll 0% 0% \/ auto padding-box border-box; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; overflow-x: hidden; line-height: 17.234px;\">\n<div class=\"inlineElement eoOutputWrapper embeddedOutputsTextElement scrollableOutput\" style=\"width: 1146px; white-space: pre; font-style: normal; color: #212121; font-size: 12px;\" data-testid=\"output_1\">\n<div class=\"textElement eoOutputContent\" style=\"max-height: 261px; white-space: pre; font-style: normal; color: #212121; font-size: 12px;\" data-width=\"1116\" data-height=\"164\" data-hashorizontaloverflow=\"true\"><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">lat<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">lon<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">start_date<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">tmp2m<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_y_1<\/strong><br \/>\n<strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______________<\/strong>38 238 01-Jan-2016 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 6.4785 7.2476 8.747 10.039 9.444 7.7948 10.142 10.421 8.4113 8.7472 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 23.973 23.875 26.89 14.057 36.966 34.703 30.382 35.169 31.349 28.596 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 9.0021 71.945 84.607 56.394 80.506 123.53 57.872 92.886 107.55 69.046 82.703 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 8.9173 9.2217 10.978 12.627 11.894 13.353 12.966 12.68 13.138 11.753<br \/>\n38 238 02-Jan-2016 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 6.4785 7.2476 8.747 10.039 9.444 7.7948 10.142 10.421 8.4113 8.7472 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 23.973 23.875 26.89 14.057 36.966 34.703 30.382 35.169 31.349 28.596 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 9.4104 71.945 84.607 56.394 80.506 123.53 57.872 92.886 107.55 69.046 82.703 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 8.9173 9.2217 10.978 12.627 11.894 13.353 12.966 12.68 13.138 11.753<br \/>\n38 238 03-Jan-2016 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 6.4785 7.2476 8.747 10.039 9.444 7.7948 10.142 10.421 8.4113 8.7472 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 23.973 23.875 26.89 14.057 36.966 34.703 30.382 35.169 31.349 28.596 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 9.7816 71.945 84.607 56.394 80.506 123.53 57.872 92.886 107.55 69.046 82.703 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 8.9173 9.2217 10.978 12.627 11.894 13.353 12.966 12.68 13.138 11.753<br \/>\n38 238 04-Jan-2016 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 6.4785 7.2476 8.747 10.039 9.444 7.7948 10.142 10.421 8.4113 8.7472 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 23.973 23.875 26.89 14.057 36.966 34.703 30.382 35.169 31.349 28.596 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 10.066 71.945 84.607 56.394 80.506 123.53 57.872 92.886 107.55 69.046 82.703 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 8.9173 9.2217 10.978 12.627 11.894 13.353 12.966 12.68 13.138 11.753<br \/>\n38 238 05-Jan-2016 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 6.4785 7.2476 8.747 10.039 9.444 7.7948 10.142 10.421 8.4113 8.7472 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 23.973 23.875 26.89 14.057 36.966 34.703 30.382 35.169 31.349 28.596 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 10.35 71.945 84.607 56.394 80.506 123.53 57.872 92.886 107.55 69.046 82.703 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 8.9173 9.2217 10.978 12.627 11.894 13.353 12.966 12.68 13.138 11.753<br \/>\n38 238 06-Jan-2016 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 10.59 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413<br \/>\n38 238 07-Jan-2016 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 10.674 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413<br \/>\n38 238 08-Jan-2016 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 10.995 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div style=\"margin: 10px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Now we can see the names of all of the columns (also known as <span style=\"font-style: italic;\">variables<\/span>) and get a sense of their datatypes, which will make it much easier to work with these tables. Notice that both datasets have the same variable names. If you look through all of the variable names, you&#8217;ll see one called &#8216;tmp2m&#8217; &#8211; this is the column we will be training a model to predict, also called the <span style=\"font-style: italic;\">response variable<\/span>.<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">It is important to have a training and testing set with <span style=\"font-weight: bold; font-style: italic;\">known outputs<\/span>, so you can see how well your model performs on unseen data. In this case, it is split ahead of time, but you may need to split your training set manually. For example, if you have one dataset in a 100,000-row table called &#8216;train_data&#8217;, the example code below would randomly split this table into 80% training and 20% testing data. These percentages are relatively standard when distributing training and testing data, but you may want to try out different values when making your datasets!<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\"><span style=\"font-family: monospace;\"> [trainInd, ~, testInd] = dividerand(100000, .8, 0, .2); <\/span><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\"><span style=\"font-family: monospace;\"> trainingData = train_data(trainInd, :);<\/span><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\"><span style=\"font-family: monospace;\"> testingData = train_data(testInd, :);<\/span><\/div>\n<h2 style=\"margin: 3px 10px 5px 4px; padding: 0px; line-height: 20px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-weight: bold; text-align: left;\">Preprocess Data<\/h2>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Now that the data is in the workspace, we need to take some steps to clean and format it so it can be used to train a machine learning model. We can use the <a href=\"https:\/\/www.mathworks.com\/help\/matlab\/ref\/table.summary.html\"><span style=\"font-family: monospace;\">summary<\/span><\/a> function to see the datatype and statistical information about each variable:<\/div>\n<div style=\"background-color: #f5f5f5; margin: 10px 0 10px 0;\">\n<div class=\"inlineWrapper outputs\">\n<div style=\"border-radius: 4px 4px 0px 0px; padding: 6px 45px 4px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; border: 1px solid #bfbfbf;\"><span style=\"white-space: pre;\">summary(trainingData)<\/span><\/div>\n<div style=\"color: #212121; padding: 10px 0px 6px 17px; background: #ffffff none repeat scroll 0% 0% \/ auto padding-box border-box; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; overflow-x: hidden; line-height: 17.234px;\">\n<div class=\"inlineElement eoOutputWrapper embeddedOutputsTextElement scrollableOutput\" style=\"width: 1146px; white-space: pre; font-style: normal; color: #212121; font-size: 12px;\" data-testid=\"output_2\">\n<div class=\"textElement eoOutputContent\" style=\"max-height: 261px; white-space: pre; font-style: normal; color: #212121; font-size: 12px;\" data-width=\"1116\" data-height=\"9939\" data-hashorizontaloverflow=\"false\">\n<p>Variables:<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">lat<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 27<br \/>\nMedian 42<br \/>\nMax 49<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">lon<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 236<br \/>\nMedian 252<br \/>\nMax 266<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">start_date<\/strong>: 146034\u00d71 datetime<\/p>\n<p>Values:<\/p>\n<p>Min 01-Jan-2016 00:00:00<br \/>\nMedian 01-Jul-2016 12:00:00<br \/>\nMax 31-Dec-2016 00:00:00<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -12.902<br \/>\nMedian 10.535<br \/>\nMax 36.077<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -13.276<br \/>\nMedian 12.512<br \/>\nMax 35.795<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -11.75<br \/>\nMedian 10.477<br \/>\nMax 32.974<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -13.264<br \/>\nMedian 12.315<br \/>\nMax 34.311<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -11.175<br \/>\nMedian 11.34<br \/>\nMax 35.749<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -12.85<br \/>\nMedian 11.831<br \/>\nMax 37.416<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -13.52<br \/>\nMedian 11.837<br \/>\nMax 37.34<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -11.165<br \/>\nMedian 10.771<br \/>\nMax 36.117<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -19.526<br \/>\nMedian 14.021<br \/>\nMax 38.22<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -12.194<br \/>\nMedian 11.893<br \/>\nMax 34.879<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -12.969<br \/>\nMedian 9.9291<br \/>\nMax 36.235<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -12.483<br \/>\nMedian 12.194<br \/>\nMax 38.378<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -13.033<br \/>\nMedian 10.368<br \/>\nMax 33.42<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -14.28<br \/>\nMedian 12.254<br \/>\nMax 34.957<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -14.683<br \/>\nMedian 10.897<br \/>\nMax 35.795<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -9.8741<br \/>\nMedian 10.476<br \/>\nMax 35.95<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -13.021<br \/>\nMedian 11.15<br \/>\nMax 37.834<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -12.557<br \/>\nMedian 11.117<br \/>\nMax 37.192<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -21.764<br \/>\nMedian 13.721<br \/>\nMax 38.154<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_x<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -13.042<br \/>\nMedian 11.354<br \/>\nMax 35.169<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.075757<br \/>\nMedian 18.56<br \/>\nMax 124.58<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.02538<br \/>\nMedian 16.296<br \/>\nMax 137.78<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 4.5927e-05<br \/>\nMedian 24.278<br \/>\nMax 126.36<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.096667<br \/>\nMedian 24.455<br \/>\nMax 204.37<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.074655<br \/>\nMedian 25.91<br \/>\nMax 156.7<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.0046441<br \/>\nMedian 20.49<br \/>\nMax 133.88<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.0044707<br \/>\nMedian 20.438<br \/>\nMax 195.32<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.0095625<br \/>\nMedian 20.443<br \/>\nMax 187.15<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 1.9478e-05<br \/>\nMedian 17.98<br \/>\nMax 164.94<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.2073<br \/>\nMedian 21.494<br \/>\nMax 132<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.016023<br \/>\nMedian 19.365<br \/>\nMax 139.94<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.016112<br \/>\nMedian 17.354<br \/>\nMax 160.04<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.00043188<br \/>\nMedian 21.729<br \/>\nMax 144.19<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.02979<br \/>\nMedian 23.642<br \/>\nMax 151.3<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.01827<br \/>\nMedian 25.095<br \/>\nMax 176.15<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.0058198<br \/>\nMedian 17.634<br \/>\nMax 184.7<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.0045824<br \/>\nMedian 16.937<br \/>\nMax 194.19<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.0030585<br \/>\nMedian 19.379<br \/>\nMax 140.16<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.00051379<br \/>\nMedian 17.81<br \/>\nMax 167.31<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_y<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.061258<br \/>\nMedian 20.697<br \/>\nMax 140.1<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.016023<br \/>\nMedian 19.436<br \/>\nMax 139.94<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.016112<br \/>\nMedian 17.261<br \/>\nMax 160.04<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.00043188<br \/>\nMedian 21.75<br \/>\nMax 144.19<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.02979<br \/>\nMedian 23.45<br \/>\nMax 231.72<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.01827<br \/>\nMedian 25.096<br \/>\nMax 176.15<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.0058198<br \/>\nMedian 17.617<br \/>\nMax 217.6<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.0045824<br \/>\nMedian 16.915<br \/>\nMax 195.06<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.0030585<br \/>\nMedian 19.411<br \/>\nMax 140.16<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.00051379<br \/>\nMedian 17.733<br \/>\nMax 180.77<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.061258<br \/>\nMedian 20.67<br \/>\nMax 140.1<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">tmp2m<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -21.031<br \/>\nMedian 12.742<br \/>\nMax 37.239<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.075757<br \/>\nMedian 18.649<br \/>\nMax 124.58<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.02538<br \/>\nMedian 16.588<br \/>\nMax 116.86<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 4.5927e-05<br \/>\nMedian 25.242<br \/>\nMax 134.15<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.21704<br \/>\nMedian 24.674<br \/>\nMax 204.37<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.028539<br \/>\nMedian 26.282<br \/>\nMax 154.39<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.0046441<br \/>\nMedian 21.028<br \/>\nMax 142.5<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.0044707<br \/>\nMedian 21.322<br \/>\nMax 187.57<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.0095625<br \/>\nMedian 21.444<br \/>\nMax 193.19<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 1.9478e-05<br \/>\nMedian 17.963<br \/>\nMax 183.71<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_x_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min 0.24096<br \/>\nMedian 21.881<br \/>\nMax 124.19<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -11.839<br \/>\nMedian 10.067<br \/>\nMax 36.235<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -11.809<br \/>\nMedian 12.179<br \/>\nMax 38.378<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -11.662<br \/>\nMedian 10.552<br \/>\nMax 33.171<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -14.66<br \/>\nMedian 12.254<br \/>\nMax 34.891<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -14.519<br \/>\nMedian 10.99<br \/>\nMax 35.795<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -10.906<br \/>\nMedian 10.555<br \/>\nMax 35.95<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -12.995<br \/>\nMedian 11.24<br \/>\nMax 37.834<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -12.899<br \/>\nMedian 11.255<br \/>\nMax 37.192<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -21.459<br \/>\nMedian 13.768<br \/>\nMax 38.154<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -13.219<br \/>\nMedian 11.462<br \/>\nMax 35.169<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -12.902<br \/>\nMedian 10.475<br \/>\nMax 36.077<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -13.276<br \/>\nMedian 12.385<br \/>\nMax 35.795<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -9.4298<br \/>\nMedian 10.452<br \/>\nMax 32.974<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -12.54<br \/>\nMedian 12.237<br \/>\nMax 34.311<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -10.862<br \/>\nMedian 11.315<br \/>\nMax 35.749<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -12.85<br \/>\nMedian 11.831<br \/>\nMax 37.416<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -13.52<br \/>\nMedian 11.842<br \/>\nMax 37.34<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -9.2018<br \/>\nMedian 10.658<br \/>\nMax 36.117<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -19.526<br \/>\nMedian 14.002<br \/>\nMax 38.22<\/p>\n<p><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_y_1<\/strong>: 146034\u00d71 double<\/p>\n<p>Values:<\/p>\n<p>Min -12.194<br \/>\nMedian 11.861<br \/>\nMax 34.879<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div style=\"margin: 10px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">This shows that all variables are doubles except for the &#8216;start_time&#8217; variable, which is a datetime, and is not compatible with many machine learning algorithms. Let&#8217;s break this up into three separate predictors that may be more helpful when training our algorithms:<\/div>\n<div style=\"background-color: #f5f5f5; margin: 10px 0 10px 0;\">\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 1px solid #bfbfbf; border-bottom: 0px none #212121; border-radius: 4px 4px 0px 0px; padding: 6px 45px 0px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">trainingData.Day = trainingData.start_date.Day;<\/span><\/div>\n<\/div>\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 0px none #212121; border-bottom: 0px none #212121; border-radius: 0px; padding: 0px 45px 0px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">trainingData.Month = trainingData.start_date.Month;<\/span><\/div>\n<\/div>\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 0px none #212121; border-bottom: 0px none #212121; border-radius: 0px; padding: 0px 45px 0px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">trainingData.Year = trainingData.start_date.Year;<\/span><\/div>\n<\/div>\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 0px none #212121; border-bottom: 1px solid #bfbfbf; border-radius: 0px 0px 4px 4px; padding: 0px 45px 4px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">trainingData.start_date = [];<\/span><\/div>\n<\/div>\n<\/div>\n<div style=\"margin: 10px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">I&#8217;m also going to move the &#8216;tmp2m&#8217; variable to the end, which will make it easier to distinguish that this is the variable we want to predict.<\/div>\n<div style=\"background-color: #f5f5f5; margin: 10px 0 10px 0;\">\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 1px solid #bfbfbf; border-bottom: 0px none #212121; border-radius: 4px 4px 0px 0px; padding: 6px 45px 0px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">trainingData = movevars(trainingData, <span style=\"color: #a709f5;\">&#8220;tmp2m&#8221;<\/span>, <span style=\"color: #a709f5;\">&#8220;After&#8221;<\/span>, <span style=\"color: #a709f5;\">&#8220;Year&#8221;<\/span>);<\/span><\/div>\n<\/div>\n<div class=\"inlineWrapper outputs\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 0px none #212121; border-bottom: 1px solid #bfbfbf; border-radius: 0px; padding: 0px 45px 4px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">head(trainingData)<\/span><\/div>\n<div style=\"color: #212121; padding: 10px 0px 6px 17px; background: #ffffff none repeat scroll 0% 0% \/ auto padding-box border-box; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; overflow-x: hidden; line-height: 17.234px;\">\n<div class=\"inlineElement eoOutputWrapper embeddedOutputsTextElement scrollableOutput\" style=\"width: 1146px; white-space: pre; font-style: normal; color: #212121; font-size: 12px;\" data-testid=\"output_3\">\n<div class=\"textElement eoOutputContent\" style=\"max-height: 261px; white-space: pre; font-style: normal; color: #212121; font-size: 12px;\" data-width=\"1116\" data-height=\"164\" data-hashorizontaloverflow=\"true\"><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">lat<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">lon<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">Day<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">Month<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">Year<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">tmp2m<\/strong><br \/>\n<strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong>27 261 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.8245 11.061 10.498 10.408 11.857 8.3761 11.315 11.775 12.281 10.822 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 35.156 28.155 30.717 34.552 28.183 28.298 28.652 34.429 37.595 31.748 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 29.098 21.265 42.821 28.231 40.159 62.355 24.896 24.933 22.981 32.971 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 16.57 18.283 15.485 18.897 17.87 16.714 17.432 13.391 20.003 17.183 1 1 2016 12.044<br \/>\n27 261 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.8245 11.061 10.498 10.408 11.857 8.3761 11.315 11.775 12.281 10.822 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 35.156 28.155 30.717 34.552 28.183 28.298 28.652 34.429 37.595 31.748 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 29.098 21.265 42.821 28.231 40.159 62.355 24.896 24.933 22.981 32.971 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 16.57 18.283 15.485 18.897 17.87 16.714 17.432 13.391 20.003 17.183 2 1 2016 12.631<br \/>\n27 261 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.8245 11.061 10.498 10.408 11.857 8.3761 11.315 11.775 12.281 10.822 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 35.156 28.155 30.717 34.552 28.183 28.298 28.652 34.429 37.595 31.748 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 29.098 21.265 42.821 28.231 40.159 62.355 24.896 24.933 22.981 32.971 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 16.57 18.283 15.485 18.897 17.87 16.714 17.432 13.391 20.003 17.183 3 1 2016 13.305<br \/>\n27 261 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.8245 11.061 10.498 10.408 11.857 8.3761 11.315 11.775 12.281 10.822 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 35.156 28.155 30.717 34.552 28.183 28.298 28.652 34.429 37.595 31.748 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 29.098 21.265 42.821 28.231 40.159 62.355 24.896 24.933 22.981 32.971 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 16.57 18.283 15.485 18.897 17.87 16.714 17.432 13.391 20.003 17.183 4 1 2016 13.396<br \/>\n27 261 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.8245 11.061 10.498 10.408 11.857 8.3761 11.315 11.775 12.281 10.822 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 35.156 28.155 30.717 34.552 28.183 28.298 28.652 34.429 37.595 31.748 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 29.098 21.265 42.821 28.231 40.159 62.355 24.896 24.933 22.981 32.971 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 16.57 18.283 15.485 18.897 17.87 16.714 17.432 13.391 20.003 17.183 5 1 2016 13.627<br \/>\n27 261 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 6 1 2016 13.999<br \/>\n27 261 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 7 1 2016 14.223<br \/>\n27 261 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 25.938 16.519 23.387 21.876 39.836 21.261 14.133 36.942 29.398 25.477 13.191 16.105 30.301 26.116 43.048 40.007 26.308 24.571 26.924 27.397 9.2216 12.444 10.616 10.461 11.401 7.7597 12.194 11.664 12.213 10.886 10.801 12.686 11.962 13.5 13.012 11.99 12.29 8.5611 13.64 12.049 8 1 2016 14.248<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div style=\"margin: 10px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Repeat these steps for the testing data:<\/div>\n<div style=\"background-color: #f5f5f5; margin: 10px 0 10px 0;\">\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 1px solid #bfbfbf; border-bottom: 0px none #212121; border-radius: 4px 4px 0px 0px; padding: 6px 45px 0px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">testingData.Day = testingData.start_date.Day;<\/span><\/div>\n<\/div>\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 0px none #212121; border-bottom: 0px none #212121; border-radius: 0px; padding: 0px 45px 0px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">testingData.Month = testingData.start_date.Month;<\/span><\/div>\n<\/div>\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 0px none #212121; border-bottom: 0px none #212121; border-radius: 0px; padding: 0px 45px 0px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">testingData.Year = testingData.start_date.Year;<\/span><\/div>\n<\/div>\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 0px none #212121; border-bottom: 0px none #212121; border-radius: 0px; padding: 0px 45px 0px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">testingData.start_date = [];<\/span><\/div>\n<\/div>\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 0px none #212121; border-bottom: 0px none #212121; border-radius: 0px; padding: 0px 45px 0px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">testingData = movevars(testingData, <span style=\"color: #a709f5;\">&#8220;tmp2m&#8221;<\/span>, <span style=\"color: #a709f5;\">&#8220;After&#8221;<\/span>, <span style=\"color: #a709f5;\">&#8220;Year&#8221;<\/span>);<\/span><\/div>\n<\/div>\n<div class=\"inlineWrapper outputs\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 0px none #212121; border-bottom: 1px solid #bfbfbf; border-radius: 0px; padding: 0px 45px 4px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">head(testingData)<\/span><\/div>\n<div style=\"color: #212121; padding: 10px 0px 6px 17px; background: #ffffff none repeat scroll 0% 0% \/ auto padding-box border-box; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; overflow-x: hidden; line-height: 17.234px;\">\n<div class=\"inlineElement eoOutputWrapper embeddedOutputsTextElement scrollableOutput\" style=\"width: 1146px; white-space: pre; font-style: normal; color: #212121; font-size: 12px;\" data-testid=\"output_4\">\n<div class=\"textElement eoOutputContent\" style=\"max-height: 261px; white-space: pre; font-style: normal; color: #212121; font-size: 12px;\" data-width=\"1116\" data-height=\"164\" data-hashorizontaloverflow=\"true\"><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">lat<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">lon<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_x<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_y<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_x_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme_mean_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm3_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cancm4_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm3_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">ccsm4_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">cfsv2_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-a_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl-flor-b_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">gfdl_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nasa_0_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">nmme0_mean_y_1<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">Day<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">Month<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">Year<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">tmp2m<\/strong><br \/>\n<strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_________________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">__________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______________<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">___<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">____<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong>38 238 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 6.4785 7.2476 8.747 10.039 9.444 7.7948 10.142 10.421 8.4113 8.7472 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 23.973 23.875 26.89 14.057 36.966 34.703 30.382 35.169 31.349 28.596 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 71.945 84.607 56.394 80.506 123.53 57.872 92.886 107.55 69.046 82.703 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 8.9173 9.2217 10.978 12.627 11.894 13.353 12.966 12.68 13.138 11.753 1 1 2016 9.0021<br \/>\n38 238 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 6.4785 7.2476 8.747 10.039 9.444 7.7948 10.142 10.421 8.4113 8.7472 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 23.973 23.875 26.89 14.057 36.966 34.703 30.382 35.169 31.349 28.596 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 71.945 84.607 56.394 80.506 123.53 57.872 92.886 107.55 69.046 82.703 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 8.9173 9.2217 10.978 12.627 11.894 13.353 12.966 12.68 13.138 11.753 2 1 2016 9.4104<br \/>\n38 238 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 6.4785 7.2476 8.747 10.039 9.444 7.7948 10.142 10.421 8.4113 8.7472 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 23.973 23.875 26.89 14.057 36.966 34.703 30.382 35.169 31.349 28.596 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 71.945 84.607 56.394 80.506 123.53 57.872 92.886 107.55 69.046 82.703 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 8.9173 9.2217 10.978 12.627 11.894 13.353 12.966 12.68 13.138 11.753 3 1 2016 9.7816<br \/>\n38 238 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 6.4785 7.2476 8.747 10.039 9.444 7.7948 10.142 10.421 8.4113 8.7472 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 23.973 23.875 26.89 14.057 36.966 34.703 30.382 35.169 31.349 28.596 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 71.945 84.607 56.394 80.506 123.53 57.872 92.886 107.55 69.046 82.703 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 8.9173 9.2217 10.978 12.627 11.894 13.353 12.966 12.68 13.138 11.753 4 1 2016 10.066<br \/>\n38 238 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 6.4785 7.2476 8.747 10.039 9.444 7.7948 10.142 10.421 8.4113 8.7472 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 23.973 23.875 26.89 14.057 36.966 34.703 30.382 35.169 31.349 28.596 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 71.945 84.607 56.394 80.506 123.53 57.872 92.886 107.55 69.046 82.703 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 8.9173 9.2217 10.978 12.627 11.894 13.353 12.966 12.68 13.138 11.753 5 1 2016 10.35<br \/>\n38 238 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 6 1 2016 10.59<br \/>\n38 238 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 7 1 2016 10.674<br \/>\n38 238 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 60.347 30.144 66.325 43.001 79.737 48.759 57.888 69.24 45.733 55.686 67.619 63.328 78.491 71.75 98.552 61.833 71.848 66.141 54.315 70.431 7.0177 8.0908 8.0417 9.4876 8.3799 8.738 10.34 10.312 8.6557 8.7848 7.3796 8.3793 8.5218 9.3342 9.508 10.423 10.946 9.3034 9.376 9.2413 8 1 2016 10.995<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div style=\"margin: 10px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Now, the data is ready to be used!<\/div>\n<h2 style=\"margin: 3px 10px 5px 4px; padding: 0px; line-height: 20px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-weight: bold; text-align: left;\">Train &amp; Evaluate a Model<\/h2>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">There are many different ways to approach this year&#8217;s problem, so it&#8217;s important to try out different models! In this tutorial, we will be using a machine learning approach to tackle the problem of weather forecasting, and since the response variable &#8216;tmp2m&#8217; is a number, we will need to create a regression model. Let&#8217;s start by opening the Regression Learner app, which will allow us to rapidly prototype several different models.<\/div>\n<div style=\"background-color: #f5f5f5; margin: 10px 0 10px 0;\">\n<div class=\"inlineWrapper\">\n<div style=\"border-radius: 4px; padding: 6px 45px 4px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; border: 1px solid #bfbfbf;\"><span style=\"white-space: pre;\">regressionLearner<\/span><\/div>\n<\/div>\n<\/div>\n<div style=\"margin: 10px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">When you first open the app, you&#8217;ll need to click on the &#8220;New Session&#8221; button in the top left corner. Set the &#8220;Data Set Variable&#8221; to &#8216;trainingData&#8217;, and it will automatically select the correct response variable. This is because it is the last variable in the table. Then, since this is a pretty big dataset, I change the validation scheme to &#8220;Holdout Validation&#8221;, and set the percentage held out to 15. I chose these as starting values, but you may want to play around with the Validation Scheme when making your own model.<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">After we&#8217;ve clicked &#8220;Start Session&#8221;, the Regression Learner App interface will load.<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><span style=\"font-weight: bold;\">Step 1: Start A New Session<\/span><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><img decoding=\"async\" loading=\"lazy\" class=\"imageNode\" style=\"vertical-align: baseline; width: 1000px; height: 564px;\" src=\"https:\/\/blogs.mathworks.com\/student-lounge\/files\/2023\/01\/WiDS-2023-Starter-Code_1.gif\" alt=\"openRegressionLearner.gif\" width=\"1000\" height=\"564\" \/><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><span style=\"font-style: italic;\">[Click on &#8220;New Session&#8221; &gt; &#8220;From Workspace&#8221;, set the &#8220;Data Set Variable&#8221; to &#8216;trainingData&#8217;, set the &#8220;Validation Scheme&#8221; to &#8216;Holdout Validation&#8217;, set &#8220;percent held out&#8221; to 15, click &#8220;Start Session&#8221;]<\/span><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">From here, I&#8217;m going to choose to train &#8220;All Quick-to-Train&#8221; model options, so I can see which one performs the best out of these few. The steps for doing this are shown below. Note: this recording is slightly sped up since the training will take several seconds.<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><span style=\"font-weight: bold;\">Step 2: Train Models<\/span><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><img decoding=\"async\" loading=\"lazy\" class=\"imageNode\" style=\"vertical-align: baseline; width: 1000px; height: 563px;\" src=\"https:\/\/blogs.mathworks.com\/student-lounge\/files\/2023\/01\/WiDS-2023-Starter-Code_2.gif\" alt=\"trainRegressionLearner.gif\" width=\"1000\" height=\"563\" \/><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><span style=\"font-style: italic;\">[Click &#8220;All Quick-To-Train&#8221; in the MODELS section of the Toolstrip, delete the &#8220;1. Tree&#8221; model in the &#8220;Models&#8221; panel, click &#8220;Train All&#8221;, wait for all models to finish training]<\/span><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">I chose the &#8220;All Quick-to-Train&#8221; option so that I could show the process, but if you have the time, you may want to try selecting &#8220;All&#8221; instead of the &#8220;All Quick-to-Train&#8221; option. This will give you more models to work with.<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Once those have finished training, you&#8217;ll see the RMSE, or Root-Mean-Squared-Error values, shown on the left hand side. This is a common error metric for regression models, and is what will be used to evaluate your submissions for the competition. RMSE is calculated using the following equation:<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">\n<p>&nbsp;<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" width=\"267\" height=\"122\" class=\"size-full wp-image-9204 alignnone\" src=\"https:\/\/blogs.mathworks.com\/student-lounge\/files\/2023\/01\/Capture.jpg\" alt=\"\" \/><\/p>\n<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">This value tells you how well the model performed on the validation data. In this case, the Fine Tree model performed the best!<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\"><img decoding=\"async\" loading=\"lazy\" class=\"imageNode\" style=\"vertical-align: baseline; width: 299px; height: 239px;\" src=\"https:\/\/blogs.mathworks.com\/student-lounge\/files\/2023\/01\/WiDS-2023-Starter-Code_3.png\" alt=\"\" width=\"299\" height=\"239\" \/><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">The Regression Learner app also lets you import test data to see how well the trained models perform on new data. This will give you an idea on how accurate the model may be when making your final predictions for the competition test set. Let&#8217;s import our &#8216;testingData&#8217; table, and see how these models peform.<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><span style=\"font-weight: bold;\">Step 3: Evaluate Models with Testing Data<\/span><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><img decoding=\"async\" loading=\"lazy\" class=\"imageNode\" style=\"vertical-align: baseline; width: 1000px; height: 562px;\" src=\"https:\/\/blogs.mathworks.com\/student-lounge\/files\/2023\/01\/WiDS-2023-Starter-Code_4.gif\" alt=\"testRegressionLearner.gif\" width=\"1000\" height=\"562\" \/><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><span style=\"font-style: italic;\">[Click on the &#8220;Test Data&#8221; dropdown, select &#8220;From Workspace&#8221;. In the window that opens, set &#8220;Test Data Set Variable&#8221; to &#8216;testingData&#8217;, then click &#8220;Import&#8221;. Click &#8220;Test All&#8221; &#8211; new RMSE values will be calculated]<\/span><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">This will take a few seconds to run, but once it finishes we can see that even though the Fine Tree model performed best on the validation data, the Linear Regression model performs best on completely new data.<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\"><img decoding=\"async\" loading=\"lazy\" class=\"imageNode\" style=\"vertical-align: baseline; width: 299px; height: 239px;\" src=\"https:\/\/blogs.mathworks.com\/student-lounge\/files\/2023\/01\/WiDS-2023-Starter-Code_5.png\" alt=\"\" width=\"299\" height=\"239\" \/><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">You can also use the &#8216;PLOT AND INTERPRET&#8217; tab of the Regression Learner app to create visuals that show how the model performed on the test and validation sets. For example, let&#8217;s look at the &#8220;Predicted vs. Actual (Test)&#8221; graph for the Linear Regression model:<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><span style=\"font-weight: bold;\">Step 4: Plot Results<\/span><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><img decoding=\"async\" loading=\"lazy\" class=\"imageNode\" style=\"vertical-align: baseline; width: 1000px; height: 563px;\" src=\"https:\/\/blogs.mathworks.com\/student-lounge\/files\/2023\/01\/WiDS-2023-Starter-Code_6.gif\" alt=\"testPlot.gif\" width=\"1000\" height=\"563\" \/><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><span style=\"font-style: italic;\">[Click on the drop-down menu in the PLOT AND INTERPRET section of the Toolstrip, then select &#8220;Predicted vs. Actual (Test)&#8221;]<\/span><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Since this model performed relatively well, the blue dots (representing the predictions) stay pretty close to the line (representing the actual values). I&#8217;m happy with how well this model performs, so lets export it to the workspace so we can make predictions on other datasets!<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><span style=\"font-weight: bold;\">Step 5: Export the Model<\/span><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><img decoding=\"async\" loading=\"lazy\" class=\"imageNode\" style=\"vertical-align: baseline; width: 1000px; height: 563px;\" src=\"https:\/\/blogs.mathworks.com\/student-lounge\/files\/2023\/01\/WiDS-2023-Starter-Code_7.gif\" alt=\"exportModel.gif\" width=\"1000\" height=\"563\" \/><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: center;\"><span style=\"font-style: italic;\">[In the EXPORT section of the Toolstrip, click &#8220;Export Model&#8221; &gt; &#8220;Export Model&#8221;. In the window that appears, click &#8220;OK&#8221;]<\/span><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Now the model is in the MATLAB Workspace as &#8220;trainedModel&#8221; so I can use it outside of the app.<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\"><img decoding=\"async\" loading=\"lazy\" class=\"imageNode\" style=\"vertical-align: baseline; width: 317px; height: 131px;\" src=\"https:\/\/blogs.mathworks.com\/student-lounge\/files\/2023\/01\/WiDS-2023-Starter-Code_8.png\" alt=\"\" width=\"317\" height=\"131\" \/><\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">To learn more about exporting models from the Regression Learner app, check out this <a href=\"https:\/\/www.mathworks.com\/help\/stats\/export-regression-model-to-predict-new-data.html\">documentation page<\/a>!<\/div>\n<h2 style=\"margin: 3px 10px 5px 4px; padding: 0px; line-height: 20px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-weight: bold; text-align: left;\">Save and Export Predictions<\/h2>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Once you have a model that you are happy with, it&#8217;s time to make predictions on new data. To show you what this workflow looks like, I&#8217;m going to remove the &#8220;tmp2m&#8221; variable from my testing dataset, because the competition test set will not have this variable.<\/div>\n<div style=\"background-color: #f5f5f5; margin: 10px 0 10px 0;\">\n<div class=\"inlineWrapper\">\n<div style=\"border-radius: 4px; padding: 6px 45px 4px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; border: 1px solid #bfbfbf;\"><span style=\"white-space: pre;\">testingData = removevars(testingData, <span style=\"color: #a709f5;\">&#8220;tmp2m&#8221;<\/span>);<\/span><\/div>\n<\/div>\n<\/div>\n<div style=\"margin: 10px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Now we have a dataset that contains the same variables as our training set <span style=\"font-weight: bold; font-style: italic;\">except<\/span> for the response variable. To make predictions on this dataset, use <span style=\"font-family: monospace;\">predictFcn:<\/span><\/div>\n<div style=\"background-color: #f5f5f5; margin: 10px 0 10px 0;\">\n<div class=\"inlineWrapper\">\n<div style=\"border-radius: 4px; padding: 6px 45px 4px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; border: 1px solid #bfbfbf;\"><span style=\"white-space: pre;\">tmp2m = trainedModel.predictFcn(testingData);<\/span><\/div>\n<\/div>\n<\/div>\n<div style=\"margin: 10px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">This returns an array containing one prediction per row of the test set. To prepare these predictions for submission, we&#8217;ll need to create a table with two columns: one containing the index number, and one containing the prediction for that index number. Since the dataset I am using does not provide an index number, I will create an array with index numbers to show you what the resulting table will look like.<\/div>\n<div style=\"background-color: #f5f5f5; margin: 10px 0 10px 0;\">\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 1px solid #bfbfbf; border-bottom: 0px none #212121; border-radius: 4px 4px 0px 0px; padding: 6px 45px 0px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">index = (1:length(tmp2m))&#8217;;<\/span><\/div>\n<\/div>\n<div class=\"inlineWrapper\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 0px none #212121; border-bottom: 0px none #212121; border-radius: 0px; padding: 0px 45px 0px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">outputTable = table(index, tmp2m);<\/span><\/div>\n<\/div>\n<div class=\"inlineWrapper outputs\">\n<div style=\"border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf; border-top: 0px none #212121; border-bottom: 1px solid #bfbfbf; border-radius: 0px; padding: 0px 45px 4px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px;\"><span style=\"white-space: pre;\">head(outputTable)<\/span><\/div>\n<div style=\"color: #212121; padding: 10px 0px 6px 17px; background: #ffffff none repeat scroll 0% 0% \/ auto padding-box border-box; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; overflow-x: hidden; line-height: 17.234px;\">\n<div class=\"inlineElement eoOutputWrapper embeddedOutputsTextElement\" style=\"width: 1146px; white-space: pre; font-style: normal; color: #212121; font-size: 12px;\" data-testid=\"output_5\">\n<div class=\"textElement eoOutputContent\" style=\"max-height: 261px; white-space: pre; font-style: normal; color: #212121; font-size: 12px;\" data-width=\"1116\" data-height=\"164\" data-hashorizontaloverflow=\"false\"><strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">index<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">tmp2m<\/strong><br \/>\n<strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">_____<\/strong> <strong style=\"white-space: pre; font-style: normal; color: #212121; font-size: 12px;\">______<\/strong>1 11.037<br \/>\n2 11.041<br \/>\n3 11.046<br \/>\n4 11.05<br \/>\n5 11.054<br \/>\n6 13.632<br \/>\n7 13.636<br \/>\n8 13.641<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div style=\"margin: 10px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Then we can export the results to an excel sheet to be read and used by others!<\/div>\n<div style=\"background-color: #f5f5f5; margin: 10px 0 10px 0;\">\n<div class=\"inlineWrapper\">\n<div style=\"border-radius: 4px; padding: 6px 45px 4px 13px; line-height: 18.004px; min-height: 0px; white-space: nowrap; color: #212121; font-family: Menlo, Monaco, Consolas, 'Courier New', monospace; font-size: 14px; border: 1px solid #bfbfbf;\"><span style=\"white-space: pre;\">writetable(outputTable, <span style=\"color: #a709f5;\">&#8220;datathonSubmission.csv&#8221;<\/span>);<\/span><\/div>\n<\/div>\n<\/div>\n<div style=\"margin: 10px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">To learn more about submission and evaluation for the competition, refer to the <a href=\"https:\/\/www.kaggle.com\/competitions\/widsdatathon2023\/overview\/evaluation\">Kaggle page<\/a>.<\/div>\n<h2 style=\"margin: 3px 10px 5px 4px; padding: 0px; line-height: 20px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-weight: bold; text-align: left;\">Experiment!<\/h2>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">When creating any kind of AI model, it&#8217;s important to test out different workflows to see which one performs best for your dataset and challenge! This tutorial was only meant to be an introduction, but there are so many other choices you can make when preprocessing your data or creating your models. There is no one algorithm that suits all problems, so set aside some time to test out different models. Here are some suggestions on how to get started:<\/div>\n<ul style=\"margin: 10px 0px 20px; padding-left: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px;\">\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\">Try other preprocessing techniques, such as normalizing the data or creating new variables<\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\">Play around with the training options available in the app<\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\">Change the variables that you use to train the model<\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\">Try machine <span style=\"font-style: italic;\">and<\/span> deep learning workflows<\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\">Change the breakdown of training, testing, and validaton data<\/li>\n<\/ul>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">If you are training a deep learning network, you can also utilize the <a href=\"https:\/\/www.mathworks.com\/help\/deeplearning\/ref\/experimentmanager-app.html\">Experiment Manager<\/a> to train the network under different conditions and compare the results!<\/div>\n<h2 style=\"margin: 20px 10px 5px 4px; padding: 0px; line-height: 20px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-weight: bold; text-align: left;\">Done!<\/h2>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Thank you for joining me on this tutorial! We are excited to find out how you will take what you have learned to create your own models. I recommend looking at the &#8216;Additional Resources&#8217; section below for more ideas on how you can improve your models.<\/div>\n<div style=\"margin: 2px 10px 9px 4px; padding: 0px; line-height: 21px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 14px; font-weight: 400; text-align: left;\">Feel free to reach out to us at <a href=\"mailto:studentcompetitions@mathworks.com\"><span style=\"font-style: italic;\">studentcompetitions@mathworks.com<\/span><\/a> if you have any further questions.<\/div>\n<h2 style=\"margin: 20px 10px 5px 4px; padding: 0px; line-height: 20px; min-height: 0px; white-space: pre-wrap; color: #212121; font-family: Helvetica, Arial, sans-serif; font-style: normal; font-size: 20px; font-weight: bold; text-align: left;\">Additional Resources<\/h2>\n<ol style=\"margin: 10px 0px 20px; padding-left: 0px; font-family: Helvetica, Arial, sans-serif; font-size: 14px;\">\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"https:\/\/www.youtube.com\/watch?v=VZw_Hi4LzDQ&amp;t=35s\">Overview of Supervised Learning (Video)<\/a><\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"https:\/\/www.mathworks.com\/help\/matlab\/preprocessing-data.html\">Preprocessing Data Documentation<\/a><\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"https:\/\/www.mathworks.com\/help\/matlab\/data_analysis\/missing-data-in-matlab.html\">Missing Data in MATLAB<\/a><\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"https:\/\/www.mathworks.com\/help\/stats\/supervised-learning-machine-learning-workflow-and-algorithms.html\">Supervised Learning Workflow and Algorithms<\/a><\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"https:\/\/www.mathworks.com\/help\/stats\/train-regression-models-in-regression-learner-app.html\">Train Regression Models in Regression Learner App<\/a><\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"https:\/\/www.mathworks.com\/help\/stats\/train-classification-models-in-classification-learner-app.html\">Train Classification Models in Classiication Learner App<\/a><\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"https:\/\/www.mathworks.com\/campaigns\/offers\/data-science-cheat-sheets.html\">8 MATLAB Cheat Sheets for Data Science<\/a><\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"https:\/\/matlabacademy.mathworks.com\/details\/matlab-onramp\/gettingstarted\">MATLAB Onramp<\/a><\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"https:\/\/matlabacademy.mathworks.com\/details\/machine-learning-onramp\/machinelearning\">Machine Learning Onramp<\/a><\/li>\n<li style=\"margin-left: 56px; line-height: 21px; min-height: 0px; text-align: left; white-space: pre-wrap;\"><a href=\"https:\/\/matlabacademy.mathworks.com\/details\/deep-learning-onramp\/deeplearning\">Deep Learning Onramp<\/a><\/li>\n<\/ol>\n<\/div>\n<p><script type=\"text\/javascript\">var css = '\/* Styling that is common to warnings and errors is in diagnosticOutput.css *\/.embeddedOutputsErrorElement {    min-height: 18px;    max-height: 550px;} .embeddedOutputsErrorElement .diagnosticMessage-errorType {    overflow: auto;} .embeddedOutputsErrorElement.inlineElement {} .embeddedOutputsErrorElement.rightPaneElement {} \/* Styling that is common to warnings and errors is in diagnosticOutput.css *\/.embeddedOutputsWarningElement {    min-height: 18px;    max-height: 550px;} .embeddedOutputsWarningElement .diagnosticMessage-warningType {    overflow: auto;} .embeddedOutputsWarningElement.inlineElement {} .embeddedOutputsWarningElement.rightPaneElement {} \/* Copyright 2015-2019 The MathWorks, Inc. *\/\/* In this file, styles are not scoped to rtcContainer since they could be in the Dojo Tooltip *\/.diagnosticMessage-wrapper {    font-family: Menlo, Monaco, Consolas, \"Courier New\", monospace;    font-size: 12px;} .diagnosticMessage-wrapper.diagnosticMessage-warningType {    color: rgb(255,100,0);} .diagnosticMessage-wrapper.diagnosticMessage-warningType a {    color: rgb(255,100,0);    text-decoration: underline;} .diagnosticMessage-wrapper.diagnosticMessage-errorType {    color: rgb(230,0,0);} .diagnosticMessage-wrapper.diagnosticMessage-errorType a {    color: rgb(230,0,0);    text-decoration: underline;} .diagnosticMessage-wrapper .diagnosticMessage-messagePart,.diagnosticMessage-wrapper .diagnosticMessage-causePart {    white-space: pre-wrap;} .diagnosticMessage-wrapper .diagnosticMessage-stackPart {    white-space: pre;} .embeddedOutputsTextElement,.embeddedOutputsVariableStringElement {    white-space: pre;    word-wrap:  initial;    min-height: 18px;    max-height: 550px;} .embeddedOutputsTextElement .textElement,.embeddedOutputsVariableStringElement .textElement {    overflow: auto;} .textElement,.rtcDataTipElement .textElement {    padding-top: 2px;} .embeddedOutputsTextElement.inlineElement,.embeddedOutputsVariableStringElement.inlineElement {} .inlineElement .textElement {} .embeddedOutputsTextElement.rightPaneElement,.embeddedOutputsVariableStringElement.rightPaneElement {    min-height: 16px;} .rightPaneElement .textElement {    padding-top: 2px;    padding-left: 9px;}'; var head = document.head || document.getElementsByTagName('head')[0], style = document.createElement('style'); head.appendChild(style); style.type = 'text\/css'; if (style.styleSheet){ style.styleSheet.cssText = css; } else { style.appendChild(document.createTextNode(css)); }<\/script><a href=\"https:\/\/blogs.mathworks.com\/student-lounge\/files\/2023\/01\/WiDS-2023-Starter-Code.mlx\"><button class=\"btn btn-sm btn_color_blue pull-right add_margin_10\">Download Live Script<\/button><\/a><div class=\"pull-right\"><div class=\"col-xs-12 containing-block\"><a href=\"#\" class=\"btn btn-sm btn_color_blue add_margin_20  hidden-xs try_live_editor_example\" data-liveeditorexample=\"{\n  &quot;repository&quot; : &quot;Blogs&quot;,\n  &quot;id&quot; : &quot;\/student-lounge\/files\/2023\/01\/WiDS-2023-Starter-Code.mlx&quot;\n}\"><span class=\"icon-edit icon_16\"><\/span>Run in your browser<span style=\"color:grey\" class=\"series\"><\/span><\/a><\/div><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"<div class=\"overview-image\"><img src=\"https:\/\/blogs.mathworks.com\/student-lounge\/files\/2023\/01\/WiDS-2023-Starter-Code_7.gif\" class=\"img-responsive attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" decoding=\"async\" loading=\"lazy\" \/><\/div>\n<p>\nIn today&#8217;s blog, Grace Woolson gives us an insight into how you can get started with using Machine Learning and MATLAB for Weather Forecasting to take on the WiDS Datathon 2023 challenge. Over&#8230; <a class=\"read-more\" href=\"https:\/\/blogs.mathworks.com\/student-lounge\/2023\/01\/11\/weather-forecasting-in-matlab-for-wids-datathon-2023\/\">read more >><\/a><\/p>\n","protected":false},"author":165,"featured_media":9180,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[365,6,10,12],"tags":[322,363,530,128],"_links":{"self":[{"href":"https:\/\/blogs.mathworks.com\/student-lounge\/wp-json\/wp\/v2\/posts\/9189"}],"collection":[{"href":"https:\/\/blogs.mathworks.com\/student-lounge\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.mathworks.com\/student-lounge\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/student-lounge\/wp-json\/wp\/v2\/users\/165"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/student-lounge\/wp-json\/wp\/v2\/comments?post=9189"}],"version-history":[{"count":10,"href":"https:\/\/blogs.mathworks.com\/student-lounge\/wp-json\/wp\/v2\/posts\/9189\/revisions"}],"predecessor-version":[{"id":13374,"href":"https:\/\/blogs.mathworks.com\/student-lounge\/wp-json\/wp\/v2\/posts\/9189\/revisions\/13374"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blogs.mathworks.com\/student-lounge\/wp-json\/wp\/v2\/media\/9180"}],"wp:attachment":[{"href":"https:\/\/blogs.mathworks.com\/student-lounge\/wp-json\/wp\/v2\/media?parent=9189"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/student-lounge\/wp-json\/wp\/v2\/categories?post=9189"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.mathworks.com\/student-lounge\/wp-json\/wp\/v2\/tags?post=9189"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}