Next Steps With R

Next Steps With R#

The Young Actuaries Program (YAP) and Young Data Analytics Working Group (YDAWG) presented an introductory / intermediate session on data frames, visualisation and machine learning. Click on the link to the repository and follow instructions to clone and download the sample code, then watch the full session below:

from IPython.display import IFrame

# Embed Youtube in a Notebook
IFrame(
    src="https://www.youtube.com/embed/_SvfEdp8_1c",
    width="560",
    height="315"
)