Update run.py in machine_learning/forecasting (#8957)

* Fixed reading CSV file, added type check for data_safety_checker function

* Formatted run.py

* updating DIRECTORY.md

---------

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
Adithya Awati
2023-08-14 12:46:24 +05:30
committed by GitHub
parent 02d89bde67
commit c290dd6a43
3 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
total_user,total_events,days
total_users,total_events,days
18231,0.0,1
22621,1.0,2
15675,0.0,3
1 total_user total_users total_events days
2 18231 0.0 1
3 22621 1.0 2
4 15675 0.0 3