boston_housing.analyzing_model_performance.learning_curves

boston_housing.analyzing_model_performance.learning_curves(X_train, y_train, X_test, y_test)[source]

Calculates performance of several models with varying training data sizes Then plots learning and testing error rates for each model