7 lines
172 B
Python
7 lines
172 B
Python
|
#!/usr/bin/python2
|
||
|
|
||
|
import joblib
|
||
|
|
||
|
datafile = joblib.load("/mnt/projekte/pmlcluster/cisco/trainData/multipleTaskLearning/currentData.joblib")
|
||
|
user_flows = datafile["data"]
|