Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

第2章翻訳しました Create/part02/chap02 #41

Merged
merged 11 commits into from
May 15, 2016

Conversation

soogie
Copy link
Contributor

@soogie soogie commented Apr 21, 2016

@MatsuuraKentaro さんの続きを訳しました。

何箇所か、原文の意味が取れず訳しきれないところがあり、 強調表示 にしてあります。
助言いただけるとありがたいです。

@stan-ja-buildbot
Copy link


### 2.4. データを探検する

言うまでもないことですが、やみくもにデータをフィットだけさせようとしないでください。実際に手元にあるデータの性質を理解するために、よく見てください。もしロジスティック回帰をしているなら、それは分離可能ですか?もしマルチレベルモデリングをしているなら、そもそもの結果はレベルごとに変化していますか?もし線形回帰をしているなら、xとyの散布図を書いてそんなモデルが意味があるかどうか見てみましょう。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 実際に手元にあるデータの性質を理解するために、よく見てください。→実際に性質を理解しなければならないデータをよく見てください。
  • そんなモデルが意味があるか→線形モデルがあてはまりそうか

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

反映しました

int<lower=1> n_students;
int<lower=1> n_questions;
```
どちらのスタイルも合理的で、どちらを採用するかは主として好みの問題です(統計的な慣習を持つコードの読者を混乱させないように、時にモデル独自の命名の慣習をフォローする必要があるというのが主な理由です)。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • をフォローする→に従う

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

修正しました

@MatsuuraKentaro
Copy link
Member

ありがとうございました。レビュー終わりました。検討よろしくお願いいたします。

@soogie
Copy link
Contributor Author

soogie commented May 15, 2016

@MatsuuraKentaro さん、レビューありがとうございます。確認します。

@stan-ja-buildbot
Copy link

@stan-ja-buildbot
Copy link

@soogie
Copy link
Contributor Author

soogie commented May 15, 2016

@MatsuuraKentaro さん、レビューの内容に沿って修正しました。ご確認お願いします。

@MatsuuraKentaro
Copy link
Member

LGTM! マージします。

@MatsuuraKentaro MatsuuraKentaro merged commit e8f2257 into master May 15, 2016
@MatsuuraKentaro MatsuuraKentaro deleted the create/part02/chap02 branch June 7, 2016 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants