microsoft / forecasting
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 27 files with 1,088 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (476 lines of codeclsfd_ftr_w_mp_ins)
    • 1 small files (108 lines of code)
    • 24 very small files (504 lines of code)
0% | 0% | 43% | 9% | 46%
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
py0% | 0% | 49% | 11% | 39%
R0% | 0% | 0% | 0% | 100%
yml0% | 0% | 0% | 0% | 100%
toml0% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
fclib/fclib/dataset0% | 0% | 93% | 0% | 6%
fclib/fclib/feature_engineering0% | 0% | 99% | 0% | <1%
tools0% | 0% | 0% | 61% | 38%
fclib/fclib/common0% | 0% | 0% | 0% | 100%
fclib/fclib/models0% | 0% | 0% | 0% | 100%
fclib/fclib/azureml0% | 0% | 0% | 0% | 100%
R_utils0% | 0% | 0% | 0% | 100%
fclib0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
fclib/fclib/evaluation0% | 0% | 0% | 0% | 100%
fclib/fclib0% | 0% | 0% | 0% | 100%
Longest Files (Top 27)
File# lines# units
ojdata.py
in fclib/fclib/dataset
243 11
feature_utils.py
in fclib/fclib/feature_engineering
233 29
generate_conda_file.py
in tools
108 -
azureml_utils.py
in fclib/fclib/azureml
74 4
plot.py
in fclib/fclib/common
67 1
utils.py
in fclib/fclib/common
54 5
dilated_cnn.py
in fclib/fclib/models
43 1
setup.py
in fclib
39 -
multiple_linear_regression.py
in fclib/fclib/models
37 2
generate_requirements_txt.py
in tools
37 -
model_eval.R
in R_utils
32 2
environment.yml
in tools
30 -
cluster.R
in R_utils
21 2
pyproject.toml
in root
16 -
load_oj_data.R
in fclib/fclib/dataset
15 -
evaluation_utils.py
in fclib/fclib/evaluation
12 3
save_objects.R
in R_utils
10 2
lightgbm.py
in fclib/fclib/models
8 1
_config.yml
in root
1 -
__init__.py
in fclib/fclib
1 -
__version__.py
in fclib/fclib
1 -
__init__.py
in fclib/fclib/azureml
1 -
__init__.py
in fclib/fclib/common
1 -
__init__.py
in fclib/fclib/dataset
1 -
__init__.py
in fclib/fclib/evaluation
1 -
__init__.py
in fclib/fclib/feature_engineering
1 -
__init__.py
in fclib/fclib/models
1 -
Files With Most Units (Top 12)
File# lines# units
feature_utils.py
in fclib/fclib/feature_engineering
233 29
ojdata.py
in fclib/fclib/dataset
243 11
utils.py
in fclib/fclib/common
54 5
azureml_utils.py
in fclib/fclib/azureml
74 4
evaluation_utils.py
in fclib/fclib/evaluation
12 3
cluster.R
in R_utils
21 2
model_eval.R
in R_utils
32 2
save_objects.R
in R_utils
10 2
multiple_linear_regression.py
in fclib/fclib/models
37 2
plot.py
in fclib/fclib/common
67 1
dilated_cnn.py
in fclib/fclib/models
43 1
lightgbm.py
in fclib/fclib/models
8 1
Files With Long Lines (Top 0)

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

File# lines# units# long lines