Commit 07d688cb authored by panos's avatar panos

plugin inserted to call the KE tool - in test mode

parent 4316d31d
from copy import copy, deepcopy
import json
import time
import random
import operator
import datetime
from dream.plugins import plugin
class JobShopKE(plugin.InputPreparationPlugin):
""" Input preparation
"""
def preprocess(self, data):
print 'arkouda'
from dream.KnowledgeExtraction.PilotCases.JobShop.DataExtraction import DataExtraction
print '!!!!!!!!!!'
print data['general']
return data
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment