e6b78c2248f4d17ad78dd31694ab016b6e8f731c,integration_testing/run_a_file.py,,,#,4
Before Change
print("------------------------------------------------------------Done training------------------------------------------------------------")
//mdb = Predictor(name="titanic_model")
predicted = mdb.predict(when_data="integration_testing/train.csv")
print("------------------------------------------------------------Preidiction output------------------------------------------------------------")
for val in predicted:
print(val)
exit()
After Change
print("------------------------------------------------------------Done training------------------------------------------------------------")
predicted = mdb.predict(when_data={
"Date":"11/03/2020",
"Time":"18.00.00",
"NMHC_GT": 1360.0,
"AH": 0.655
})
print("------------------------------------------------------------Preidiction output------------------------------------------------------------")
for val in predicted:
print(val)
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances
Project Name: mindsdb/mindsdb
Commit Name: e6b78c2248f4d17ad78dd31694ab016b6e8f731c
Time: 2019-04-02
Author: george@cerebralab.com
File Name: integration_testing/run_a_file.py
Class Name:
Method Name:
Project Name: nishitpatel01/Fake_News_Detection
Commit Name: 388952d9891dbef30ebabd8dd3e18828cef531e9
Time: 2017-12-05
Author: nkp3@illinois.edu
File Name: classifier.py
Class Name:
Method Name:
Project Name: nishitpatel01/Fake_News_Detection
Commit Name: b8f081be1f219300c2b7d14b4c1184a4f06540fc
Time: 2017-12-05
Author: nkp3@illinois.edu
File Name: classifier.py
Class Name:
Method Name:
Project Name: IBM/adversarial-robustness-toolbox
Commit Name: 64171b3cdf5f0fca6bb11e48831946db63263684
Time: 2020-02-06
Author: killian.levacher@gmail.com
File Name: tests/attacks/evasion/test_fast_gradient.py
Class Name:
Method Name: test_minimal_perturbations_images