Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

AWS Certified AI Practitioner(AIF)対策:決定係数R²

Last updated at Posted at 2024-12-05

決定係数R²

回帰分析において、

『モデルが予測に対して、どれだけデータの変動を説明できているかを測る』

るために使用されます。つまり、

『回帰モデルの評価のタスク』

で利用されます。

R²の値

  • 値は 0 から 1 の範囲
  • R²の値が1に近いと、モデルがデータ(のすべての変動)をよく説明していることになります。

回帰モデルとは、ある二つの変数の関係を表す式のうち、統計的手法によって推計された式のこと

0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?