Namespaces | Functions | Variables
run.py File Reference

Go to the source code of this file.

Namespaces

 run
 

Functions

def run.graph_3d (test, y_pred_test)
 
def run.reduce_graph_3d (data, preds)
 

Variables

 run.clf_ocsvm17 = svm.OneClassSVM(nu=0.05, kernel="rbf", gamma=1000)
 
 run.clf_ocsvm18 = svm.OneClassSVM(nu=0.06, kernel="rbf", gamma=1100)
 
 run.clf_rbfsvm1 = svm.SVC(kernel='rbf', gamma=150, C=100000)
 
 run.fit_file = local["Files"]["fit_file"]
 
 run.input_file = sys.argv[1]
 
 run.interface = Interface(input_file)
 
 run.local = yaml.load(fil)
 
 run.s_preds
 
list run.supervised_models = []
 
 run.supervised_train_file = local["Files"]["supervised_train"]
 
 run.testing_file = local["Files"]["testing"]
 
 run.u_preds
 
list run.unsupervised_models = []
 
 run.unsupervised_train_file = local["Files"]["unsupervised_train"]
 
 run.x
 
 run.y
 


mh5_anomaly_detector
Author(s): Vedanth Narayanan
autogenerated on Mon Jun 10 2019 13:49:20