solutions to ISLR

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了solutions to ISLR相关的知识,希望对你有一定的参考价值。

1,

a) better, the more samples can make the function fit pratcal problem better.

b) worse, since the number of observations is small, the more flexiable statistical method will result in the more over-fit function.

c) better, the more samples enable the flexiable method to fit the data better.

d) worse, due to the variance is high, with a fixed number of samples, the more flexible the statistical method is, the more function will overfit. 

 

2,

a) regression, n: 500 firms in US; p: profit, number of employees, industry.

b) classification, n: 20 products that were previously launched; p: price, marketing budget, competition price, ten other variables.

c) regression, n: weekly data for all of 2012; p: % change in the US market, the % change in British market, the % change in the German market.

以上是关于solutions to ISLR的主要内容,如果未能解决你的问题,请参考以下文章

Your computer was unable to download the solution at this time. Check to make sure your computer is

[Solution] 973. K Closest Points to Origin

an optimal solution to the problem

Lintcode54 String to Integer II solution 题解

[Solution] 821. Shortest Distance to a Character

241. Different Ways to Add Parentheses java solutions