ISLP#
ISLP#
ISLP is a Python library to accompany Introduction to Statistical Learning with applications in Python. See the statistical learning homepage for more details.
Functions#
- ISLP.confusion_table(predicted_labels, true_labels)#
Return a data frame version of confusion matrix with rows given by predicted label and columns the truth.
- ISLP.load_data(dataset)#