Background

Based on analysis of empirical data, the Hawaiian Island Chain appears to be moving every year, shifting from its initial position towards Japan. In this worksheet, your goal is to apply concepts from ML to predict some properties of this data; namely:

  1. Determine average speed of motion
  2. Predict distance from origin at some time

Introducing our Data

Our data is available below as a CSV; it contains 2 columns, which are time(units are in millions of years) and distance, which is the distance travelled from the start point, in kilometers.

data.csv

Hints:

<aside> 💡 Don’t scroll below here if you don’t want the model type spoiled!

</aside>

Fitting our Model

Reccomended Approach: