Exemple #1
0
#!/bin/python

import sys

sys.path.append('..')
import predict

predict.run_logreg_null('dsm', endpoint='meds')
Exemple #2
0
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('dsm', endpoint='admi')
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('dsm_diag', endpoint='suic')
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('data-driven', endpoint='meds')
Exemple #5
0
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('combo', endpoint='ther')
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('rdoc', endpoint='mort')
Exemple #7
0
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('combo', endpoint='meds_ad')
Exemple #8
0
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('rdoc', endpoint='meds_ad')
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('dsm_diag', endpoint='meds_ap')
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('combo', endpoint='suic')
Exemple #11
0
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('combo', endpoint='admi')
Exemple #12
0
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('rdoc', endpoint='admi')
Exemple #13
0
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('rdoc', endpoint='ther')
Exemple #14
0
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('dsm', endpoint='ther')
Exemple #15
0
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('dsm_diag', endpoint='mort')
#!/bin/python

import sys
sys.path.append('..')
import predict

predict.run_logreg_null('combo', endpoint='mort')
Exemple #17
0
#!/bin/python

import sys

sys.path.append('..')
import predict

predict.run_logreg_null('rdoc', endpoint='suic')