Skip to content

Commit

Permalink
Added: Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jcapellman committed Aug 31, 2024
1 parent ae535a1 commit 3be7bdc
Show file tree
Hide file tree
Showing 10 changed files with 20,868 additions and 0 deletions.
20,804 changes: 20,804 additions & 0 deletions data/kaggle/cs448b_ipasn.csv

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions mlids-trainer/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions mlids-trainer/.idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions mlids-trainer/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions mlids-trainer/.idea/mlids-trainer.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions mlids-trainer/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions mlids-trainer/.idea/remote-targets.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions mlids-trainer/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions mlids-trainer/main.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import pandas as pd

df = pd.read_csv('../data/kaggle/cs448b_ipasn.csv')

df.info()
1 change: 1 addition & 0 deletions mlids-trainer/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pandas

0 comments on commit 3be7bdc

Please sign in to comment.