Skip to content

Commit

Permalink
データについての記述追加
Browse files Browse the repository at this point in the history
  • Loading branch information
abap34 committed Jul 18, 2024
1 parent 087750d commit 0fbe6cd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion ch06/lecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,13 @@ Jupyter Notebook では,先頭に `!` をつけることで,シェルコマン

![center h:350](img/image-23.png)

<div class="cite">

今回のコンペのデータは ISCX NSL-KDD dataset 2009 [1] をもとに大きく加工したものを使用しています。
[1] M. Tavallaee, E. Bagheri, W. Lu, and A. Ghorbani, “A Detailed Analysis of the KDD CUP 99 Data Set,” Submitted to Second IEEE Symposium on Computational Intelligence for Security and Defense Applications (CISDA), 2009.

</div>


---

Expand Down Expand Up @@ -220,7 +227,7 @@ test = pd.read_csv("test.csv")
<div class="cite">


パスとは,コンピュータ上のファイルやフォルダへの経路のことです.
パスはコンピュータ上のファイルやフォルダへの経路のことです.
今回は train.csv と test.csv がノートブックと同じ階層にあるので, train.csv と test.csv までの経路は,ファイル名をそのまま指定するだけで大丈夫です.
ほかにも たとえば `../train.csv` と指定すると ノートブックの一つ上の階層にある train.csv というファイルを読み込みます.

Expand Down
Binary file modified ch06/lecture.pdf
Binary file not shown.
9 changes: 8 additions & 1 deletion slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -6002,6 +6002,13 @@ Jupyter Notebook では,先頭に `!` をつけることで,シェルコマン
![center h:350](img/ch06_image-23.png)
<div class="cite">
今回のコンペのデータは ISCX NSL-KDD dataset 2009 [1] をもとに大きく加工したものを使用しています。
[1] M. Tavallaee, E. Bagheri, W. Lu, and A. Ghorbani, “A Detailed Analysis of the KDD CUP 99 Data Set,” Submitted to Second IEEE Symposium on Computational Intelligence for Security and Defense Applications (CISDA), 2009.
</div>
---
Expand Down Expand Up @@ -6033,7 +6040,7 @@ test = pd.read_csv("test.csv")
<div class="cite">
パスとは,コンピュータ上のファイルやフォルダへの経路のことです.
パスはコンピュータ上のファイルやフォルダへの経路のことです.
今回は train.csv と test.csv がノートブックと同じ階層にあるので, train.csv と test.csv までの経路は,ファイル名をそのまま指定するだけで大丈夫です.
ほかにも たとえば `../train.csv` と指定すると ノートブックの一つ上の階層にある train.csv というファイルを読み込みます.
Expand Down
Binary file modified slides.pdf
Binary file not shown.

0 comments on commit 0fbe6cd

Please sign in to comment.