aws-samples / automl-blueprint
File Size

The distribution of size of files (measured in lines of code).

Intro
  • File size measurements show the distribution of size of files.
  • Files are classified in four categories based on their size (lines of code): 1-100 (very small files), 101-200 (small files), 201-500 (medium size files), 501-1000 (long files), 1001+(very long files).
  • It is a good practice to keep files small. Long files may become "bloaters", code that have increased to such gargantuan proportions that they are hard to work with.
Learn more...
File Size Overall
  • There are 12 files with 1,769 lines of code.
    • 0 very long files (0 lines of code)
    • 1 long files (592 lines of code)
    • 2 medium size files (471 lines of codeclsfd_ftr_w_mp_ins)
    • 3 small files (456 lines of code)
    • 6 very small files (250 lines of code)
0% | 33% | 26% | 25% | 14%
Legend:
1001+
501-1000
201-500
101-200
1-100


explore: zoomable circles | sunburst | 3D view
File Size per Extension
1001+
501-1000
201-500
101-200
1-100
yml0% | 100% | 0% | 0% | 0%
py0% | 0% | 40% | 38% | 21%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
code/deploy/cf0% | 100% | 0% | 0% | 0%
code/workflow/implementations/autopilot0% | 0% | 36% | 40% | 23%
notebook/utils0% | 0% | 46% | 35% | 18%
Longest Files (Top 12)
File# lines# units
automl-blueprint.yml
in code/deploy/cf
592 -
bp_init_stage.py
in code/workflow/implementations/autopilot
261 18
wf.py
in notebook/utils
210 16
bp_automl_stage.py
in code/workflow/implementations/autopilot
178 15
trust.py
in notebook/utils
162 19
bp_bias_analysis_stage.py
in code/workflow/implementations/autopilot
116 6
bp_xai_analysis_stage.py
in code/workflow/implementations/autopilot
86 5
bp_error_analysis_stage.py
in code/workflow/implementations/autopilot
58 3
bpconfig.py
in notebook/utils
58 13
prep.py
in notebook/utils
25 1
bp_model_registration_stage.py
in code/workflow/implementations/autopilot
22 1
__init__.py
in notebook/utils
1 -
Files With Most Units (Top 10)
File# lines# units
trust.py
in notebook/utils
162 19
bp_init_stage.py
in code/workflow/implementations/autopilot
261 18
wf.py
in notebook/utils
210 16
bp_automl_stage.py
in code/workflow/implementations/autopilot
178 15
bpconfig.py
in notebook/utils
58 13
bp_bias_analysis_stage.py
in code/workflow/implementations/autopilot
116 6
bp_xai_analysis_stage.py
in code/workflow/implementations/autopilot
86 5
bp_error_analysis_stage.py
in code/workflow/implementations/autopilot
58 3
bp_model_registration_stage.py
in code/workflow/implementations/autopilot
22 1
prep.py
in notebook/utils
25 1
Files With Long Lines (Top 5)

There are 5 files with lines longer than 120 characters. In total, there are 17 long lines.

File# lines# units# long lines
automl-blueprint.yml
in code/deploy/cf
592 - 7
bp_automl_stage.py
in code/workflow/implementations/autopilot
178 15 4
trust.py
in notebook/utils
162 19 3
bp_init_stage.py
in code/workflow/implementations/autopilot
261 18 2
bp_error_analysis_stage.py
in code/workflow/implementations/autopilot
58 3 1