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

P341の notebookでのデータ描画部分のコードについて #17

Open
tobieneko opened this issue Dec 30, 2021 · 1 comment
Open
Labels

Comments

@tobieneko
Copy link

「10.5.4 データを描画する」
の項目で誤記と思われるものがありました。
下記が正しいと思いますがいかがでしょうか。

In[7]の部分

from p2ch10.vis import findNoduleSamples, showNodule  
noduleSample_list = findNoduleSamples()

from p2ch10.vis import findPositiveSamples, showCandidate  
positiveSample_list = findPositiveSamples()
@Gin5050
Copy link
Owner

Gin5050 commented Jan 10, 2022

tobieneko様

ご連絡ありがとうございます。
遅くなりましたが、ご記載いただいた内容について確認いたしました。

P341の以下の内容は誤植です。

from p2ch10.vis import findNoduleSamples, showNodule  
noduleSample_list = findNoduleSamples()

正しくはtobieneko様がご指摘いただいたように以下になります。

from p2ch10.vis import findPositiveSamples, showCandidate
positiveSample_list = findPositiveSamples()

お知らせいただき誠にありがとうございます。

本Issueに誤植ラベルを貼り付け、他の読者の方の参考にもさせてください。
お時間をとり、Issueに挙げて頂いて誠にありがとうございます。

今後ともよろしくお願いいたします。

@Gin5050 Gin5050 added the 誤植 label Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants