Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 단항연산자
- 형변환
- classification problem
- #define
- #endif
- algorithm
- decimal
- 본즈앤올
- 홍정모님
- 프로그래밍
- 코딩테스트
- 학습 알고리즘
- Greedy
- compile time constants
- 이코테
- standford University
- regression problem
- 코드블럭 오류
- 기계학습 기초
- sizeof()
- coursera
- CLion
- 나동빈님
- Runtime constants
- C++
- Andrew Ng
- const
- Machine Learning
- 기계학습
- 연산자
Archives
- Today
- Total
wellcome_공부일기
Data analysis| R2 본문
What Does an R-Squared Value of 0.9 Mean?
Essentially, an R-Squared value of 0.9 would indicate that 90% of the variance of the dependent variable being studied is explained by the variance of the independent variable. For instance, if a mutual fund has an R-Squared value of 0.9 relative to its benchmark, that would indicate that 90% of the variance of the fund is explained by the variance of its benchmark index.
https://www.investopedia.com/terms/r/r-squared.asp
Comments