Ejemplo n.º 1
0
#!/bin/python

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

predict.run_logreg_boot('dsm_diag', endpoint='suic')
Ejemplo n.º 2
0
#!/bin/python

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

predict.run_logreg_boot('rdoc', endpoint='meds_ad')
Ejemplo n.º 3
0
#!/bin/python

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

predict.run_logreg_boot('combo', endpoint='meds_ad')
Ejemplo n.º 4
0
#!/bin/python

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

predict.run_logreg_boot('rdoc', endpoint='ther')
Ejemplo n.º 5
0
#!/bin/python

import sys

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

predict.run_logreg_boot('rdoc', endpoint='mort')
Ejemplo n.º 6
0
#!/bin/python

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

predict.run_logreg_boot('dsm_diag', endpoint='meds_ap')
Ejemplo n.º 7
0
#!/bin/python

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

predict.run_logreg_boot('combo', endpoint='mort')
Ejemplo n.º 8
0
#!/bin/python

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

predict.run_logreg_boot('combo', endpoint='ther')
Ejemplo n.º 9
0
#!/bin/python

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

predict.run_logreg_boot('dsm', endpoint='admi')
Ejemplo n.º 10
0
#!/bin/python

import sys

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

predict.run_logreg_boot('data-driven', endpoint='mort')
Ejemplo n.º 11
0
#!/bin/python

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

predict.run_logreg_boot('rdoc', endpoint='admi')
Ejemplo n.º 12
0
#!/bin/python

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

predict.run_logreg_boot('combo', endpoint='suic')
Ejemplo n.º 13
0
#!/bin/python

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

predict.run_logreg_boot('dsm_diag', endpoint='ther')
Ejemplo n.º 14
0
#!/bin/python

import sys

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

predict.run_logreg_boot('dsm', endpoint='mort')
Ejemplo n.º 15
0
#!/bin/python

import sys

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

predict.run_logreg_boot('rdoc', endpoint='suic')
Ejemplo n.º 16
0
#!/bin/python

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

predict.run_logreg_boot('data-driven', endpoint='meds_ad')
Ejemplo n.º 17
0
#!/bin/python

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

predict.run_logreg_boot('combo', endpoint='admi')