Back to Freecodecamp

Core Learning Algorithms

curriculum/challenges/english/blocks/tensorflow/5e8f2f13c4cdbe86b5c72d89.md

latest599 B
Original Source

--description--

The next few video lessons will reference this Colab notebook.

--questions--

--text--

Which type of analysis would be best suited for the following problem?:

You have the average temperature in the month of March for the last 100 years. Using this data, you want to predict the average temperature in the month of March 5 years from now.

--answers--

Multiple regression


Correlation


Decision tree


Linear regression

--video-solution--

4