- What does unsupervised learning mean?
- What is the major difference between unsupervised learning and supervised learning?
- How do we install the Python package sklearn?
- Discuss the relationship between distance and clustering classification.
- What does Bayes classification mean?
- Find out the related functions for Bayes classification in R, Python, Octave, and Julia.
- How many R packages are installed after you run the following three lines of R code?
>install.packages("ctv")
>library("ctv")
>install.views("MachineLearning")
- Download the IBM monthly data from Yahoo!Finance, https://finance.yahoo.com . Then run a Fama-French-Carhart four factor model by using Python. The 4-factor model is given here:

The Python dataset related to those 4-factors can be downloaded from the author's website at http:/...