Skip to content

Commit

Permalink
remove build
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashbarnwal committed Sep 25, 2019
1 parent 53fa306 commit d0be693
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 81 deletions.
Binary file modified .DS_Store
Binary file not shown.
5 changes: 0 additions & 5 deletions build/lib/stepwisereg/__init__.py

This file was deleted.

72 changes: 0 additions & 72 deletions build/lib/stepwisereg/stepwisereg.py

This file was deleted.

2 changes: 1 addition & 1 deletion stepwisereg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# -*- coding: utf-8 -*-

from .stepwisereg import *
from stepwisereg.stepwisereg import stepwise

1 change: 0 additions & 1 deletion stepwisereg/test/lusc_lung_cancer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"model_fit = model.fit(train,null,full,'OS_MONTHS')\n",
"model_param = model_fit.params\n",
"test_predict = model_fit.predict(test)\n",
"print(model_fit.summary())"
]
}
],
Expand Down
3 changes: 1 addition & 2 deletions stepwisereg/test/lusc_lung_cancer.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@
model = stepwisereg.stepwise(5,1)
model_fit = model.fit(train,null,full,'OS_MONTHS')
model_param = model_fit.params
test_predict = model_fit.predict(test)
print(model_fit.summary())
test_predict = model_fit.predict(test)

0 comments on commit d0be693

Please sign in to comment.