Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaystark committed Dec 18, 2019
1 parent ef41653 commit f6e0d44
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 4 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 0 additions & 1 deletion Database.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ Media= Market share of our product out of total sales of that product cataegory
Financial Consultancy= Profits/Amount invested in the business
Hiring= No. of employees/ Net worth of services produced
Cyber Security= Security Breaches/12

Customer Service 1
Marketting 2
Media 3
Expand Down
6 changes: 3 additions & 3 deletions model/Predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
import tensorflow as tf, tensorflow.keras as keras
# import train
# from train import xTrain, yTrain
from train import xTrain, yTrain

# if __name__=="__main__"
class Predictor:
Expand Down Expand Up @@ -58,5 +58,5 @@ def formatY(self, yIn):

return y

# p = Predictor()
# p._train(xTrain,p.formatY(yTrain))
p = Predictor()
p._train(xTrain,p.formatY(yTrain))
Binary file modified model/__pycache__/Predictor.cpython-37.pyc
Binary file not shown.
2 changes: 2 additions & 0 deletions model/model/checkpoints/checkpoint
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
model_checkpoint_path: "cp.ckpt"
all_model_checkpoint_paths: "cp.ckpt"
Binary file not shown.
Binary file added model/model/checkpoints/cp.ckpt.index
Binary file not shown.

0 comments on commit f6e0d44

Please sign in to comment.