metacountregressor 0.1.63__py3-none-any.whl → 0.1.64__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. metacountregressor/__init__.py +0 -3
  2. metacountregressor/data/1848.csv +1849 -0
  3. metacountregressor/data/4000.csv +4746 -0
  4. metacountregressor/data/Copy of 190613_HV Crash Data 2007-2017 Dates.xlsx +0 -0
  5. metacountregressor/data/Ex-16-3.csv +276 -0
  6. metacountregressor/data/Ex-16-3variables.csv +276 -0
  7. metacountregressor/data/Indiana_data.csv +339 -0
  8. metacountregressor/data/MichiganData.csv +33972 -0
  9. metacountregressor/data/Stage5A.csv +1849 -0
  10. metacountregressor/data/Stage5A_1848_All_Initial_Columns.csv +1849 -0
  11. metacountregressor/data/ThaiAccident.csv +20230 -0
  12. metacountregressor/data/artificial_1h_mixed_corr_2023_MOOF.csv +1001 -0
  13. metacountregressor/data/artificial_ZA.csv +20001 -0
  14. metacountregressor/data/artificial_mixed_corr_2023_MOOF.csv +2001 -0
  15. metacountregressor/data/artificial_mixed_corr_2023_MOOF_copy.csv +2001 -0
  16. metacountregressor/data/latex_summary_output.tex +2034 -0
  17. metacountregressor/data/rqc40516_MotorcycleQUT_engineer_crash.csv +8287 -0
  18. metacountregressor/data/rural_int.csv +37081 -0
  19. metacountregressor/data/sum_stats.R +83 -0
  20. metacountregressor/data/summary_output.txt +302 -0
  21. metacountregressor/main.py +0 -3
  22. metacountregressor/plt_style.txt +52 -0
  23. metacountregressor/requirements.txt +16 -0
  24. metacountregressor/requirements_new.txt +145 -0
  25. metacountregressor/set_data.csv +8440 -0
  26. metacountregressor-0.1.64.dist-info/METADATA +274 -0
  27. metacountregressor-0.1.64.dist-info/RECORD +40 -0
  28. {metacountregressor-0.1.63.dist-info → metacountregressor-0.1.64.dist-info}/WHEEL +1 -2
  29. metacountregressor/test_motor.py +0 -296
  30. metacountregressor-0.1.63.dist-info/METADATA +0 -14
  31. metacountregressor-0.1.63.dist-info/RECORD +0 -19
  32. metacountregressor-0.1.63.dist-info/top_level.txt +0 -1
  33. {metacountregressor-0.1.63.dist-info → metacountregressor-0.1.64.dist-info}/LICENSE.txt +0 -0
@@ -10,10 +10,7 @@ print('loaded standard packages')
10
10
  import numpy as np
11
11
 
12
12
  import pandas as pd
13
-
14
-
15
13
  from .helperprocess import*
16
-
17
14
  print('loaded helper')
18
15
  from .metaheuristics import (differential_evolution,
19
16
  harmony_search,