]> AND Private Git Repository - predictops.git/blobdiff - main.py
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Bug fixed and starting to work on the target variable
[predictops.git] / main.py
diff --git a/main.py b/main.py
index 6733216b474c45a136766be52e83ed3e3a0591e7..a6a8d742d6c4c21d1447e92221880bae1dae4632 100644 (file)
--- a/main.py
+++ b/main.py
@@ -66,4 +66,6 @@ engine.add_feature(name = 'ephemeris',
                    features = ['hour', 'dayInWeek', 'dayInMonth', 'dayInYear',
                                'weekInYear', 'month', 'year'])
 
-print(engine.X)
\ No newline at end of file
+
+
+print(engine.X[datetime.strptime('06/30/2010 21:00:00', '%m/%d/%Y %H:%M:%S')])
\ No newline at end of file