Jensen-holm commited on
Commit
c4864dc
·
1 Parent(s): 554811e

updated ignore for vim *.swp files when committing from vim terminal

Browse files
.gitignore CHANGED
@@ -23,3 +23,5 @@ go.work
23
  .DS_Store
24
  .vscode
25
  .idea
 
 
 
23
  .DS_Store
24
  .vscode
25
  .idea
26
+
27
+ *.swp
nn/.main.go.swp DELETED
Binary file (12.3 kB)
 
nn/.split.go.swp DELETED
Binary file (12.3 kB)
 
wrangle/.trainTestSplit.go.swp DELETED
Binary file (12.3 kB)
 
wrangle/trainTestSplit.go DELETED
@@ -1,10 +0,0 @@
1
- package wrangle
2
-
3
- import (
4
- "github.com/go-gota/gota/dataframe"
5
- )
6
-
7
- func TrainTestSplit(df *dataframe.DataFrame, test float64) *dataframe.DataFrame {
8
-
9
- return
10
- }