microsoft / FluMapModel
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 57 files with 3,278 lines of code.
    • 0 very long files (0 lines of code)
    • 0 long files (0 lines of code)
    • 2 medium size files (679 lines of codeclsfd_ftr_w_mp_ins)
    • 8 small files (1,032 lines of code)
    • 47 very small files (1,567 lines of code)
0% | 0% | 20% | 31% | 47%
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
R0% | 0% | 15% | 47% | 36%
yml0% | 0% | 88% | 0% | 11%
py0% | 0% | 0% | 0% | 100%
mako0% | 0% | 0% | 0% | 100%
builder0% | 0% | 0% | 0% | 100%
ps10% | 0% | 0% | 0% | 100%
File Size per Logical Decomposition
primary
1001+
501-1000
201-500
101-200
1-100
exploration_scripts/summer_2019_data_review0% | 0% | 100% | 0% | 0%
api_service/seattle_flu_incidence_mapper0% | 0% | 46% | 0% | 53%
incidenceMapR/R0% | 0% | 0% | 67% | 32%
dbViewR0% | 0% | 0% | 98% | 1%
modelServR/R0% | 0% | 0% | 59% | 40%
dbViewR/R0% | 0% | 0% | 33% | 66%
modelVisualizeR/R0% | 0% | 0% | 87% | 12%
exploration_scripts/vaccine_efficacy0% | 0% | 0% | 100% | 0%
api_service/migrations0% | 0% | 0% | 0% | 100%
modelVisualizeR0% | 0% | 0% | 0% | 100%
ROOT0% | 0% | 0% | 0% | 100%
model_build_scripts0% | 0% | 0% | 0% | 100%
api_service0% | 0% | 0% | 0% | 100%
api_service/docs_src0% | 0% | 0% | 0% | 100%
api_service/scripts0% | 0% | 0% | 0% | 100%
exploration_scripts/explore_census_data0% | 0% | 0% | 0% | 100%
incidenceMapR0% | 0% | 0% | 0% | 100%
modelServR0% | 0% | 0% | 0% | 100%
workflowTestR0% | 0% | 0% | 0% | 100%
Longest Files (Top 50)
File# lines# units
buildModelsForDataReview.R
in exploration_scripts/summer_2019_data_review
340 -
swagger.yml
in api_service/seattle_flu_incidence_mapper/swagger
339 -
latentFieldModel.R
in incidenceMapR/R
178 1
testQuery.R
in dbViewR
152 -
saveModel.R
in modelServR/R
135 6
fluVaxEfficacyModel.R
in incidenceMapR/R
133 1
smoothModel.R
in incidenceMapR/R
119 1
selectFromDB.R
in dbViewR/R
107 1
ggplotWrappers.R
in modelVisualizeR/R
105 5
develop_vaccine_efficacy.R
in exploration_scripts/vaccine_efficacy
103 -
query_model.py
in api_service/seattle_flu_incidence_mapper
99 3
generic_models.py
in api_service/seattle_flu_incidence_mapper
95 7
demoSmoothModel.R
in modelVisualizeR
87 -
appendData.R
in incidenceMapR/R
83 3
expandDB.R
in dbViewR/R
80 1
2c92fa01c7ef_.py
in api_service/migrations/versions
68 4
masterSpatialDB.R
in dbViewR/R
67 1
effectsModel.R
in incidenceMapR/R
61 1
upload_models.py
in root
60 2
returnModel.R
in modelServR/R
57 2
buildLatentFieldModelsForDeployment.R
in model_build_scripts
52 -
build_logistic_DeDx_model.R
in model_build_scripts
50 -
addCensusData.R
in dbViewR/R
48 1
env.py
in api_service/migrations
45 2
setup.py
in api_service
44 -
config.py
in api_service/seattle_flu_incidence_mapper
41 3
conf.py
in api_service/docs_src
40 -
jwt.py
in api_service/seattle_flu_incidence_mapper
40 5
orm_config.py
in api_service/seattle_flu_incidence_mapper
36 6
demoEffectsModel.R
in modelVisualizeR
35 -
queryModel.R
in modelServR/R
34 -
download_models.py
in api_service/scripts
33 1
docker-compose.production.yml
in root
28 -
appendCatchmentModel.R
in incidenceMapR/R
28 1
get_census_data.R
in exploration_scripts/explore_census_data
27 -
modelTrainR.R
in incidenceMapR/R
25 1
7d4c7414c89e_.py
in api_service/migrations/versions
24 2
loadBingData.R
in dbViewR/R
22 1
utils.py
in api_service/seattle_flu_incidence_mapper
20 2
mako
script.py.mako
in api_service/migrations
17 -
generic_model.py
in api_service/seattle_flu_incidence_mapper/models
17 -
apikey_auth.py
in api_service/seattle_flu_incidence_mapper
16 2
docker-compose.rstudio.yml
in root
16 -
ggplotDiagnosticPlots.R
in modelVisualizeR/R
15 1
model_store.py
in api_service/seattle_flu_incidence_mapper
14 4
constructAdjacencyNetwork.R
in incidenceMapR/R
7 1
install_local_packages.R
in root
6 -
builder
Dockerfile.builder
in api_service
4 -
app.py
in api_service/seattle_flu_incidence_mapper
4 -
__init__.py
in api_service/seattle_flu_incidence_mapper/models
4 -
Files With Most Units (Top 20)
File# lines# units
generic_models.py
in api_service/seattle_flu_incidence_mapper
95 7
orm_config.py
in api_service/seattle_flu_incidence_mapper
36 6
saveModel.R
in modelServR/R
135 6
jwt.py
in api_service/seattle_flu_incidence_mapper
40 5
ggplotWrappers.R
in modelVisualizeR/R
105 5
2c92fa01c7ef_.py
in api_service/migrations/versions
68 4
model_store.py
in api_service/seattle_flu_incidence_mapper
14 4
config.py
in api_service/seattle_flu_incidence_mapper
41 3
query_model.py
in api_service/seattle_flu_incidence_mapper
99 3
appendData.R
in incidenceMapR/R
83 3
env.py
in api_service/migrations
45 2
7d4c7414c89e_.py
in api_service/migrations/versions
24 2
apikey_auth.py
in api_service/seattle_flu_incidence_mapper
16 2
utils.py
in api_service/seattle_flu_incidence_mapper
20 2
returnModel.R
in modelServR/R
57 2
upload_models.py
in root
60 2
download_models.py
in api_service/scripts
33 1
addCensusData.R
in dbViewR/R
48 1
expandDB.R
in dbViewR/R
80 1
loadBingData.R
in dbViewR/R
22 1
Files With Long Lines (Top 20)

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

File# lines# units# long lines
buildModelsForDataReview.R
in exploration_scripts/summer_2019_data_review
340 - 22
fluVaxEfficacyModel.R
in incidenceMapR/R
133 1 22
latentFieldModel.R
in incidenceMapR/R
178 1 22
smoothModel.R
in incidenceMapR/R
119 1 17
ggplotWrappers.R
in modelVisualizeR/R
105 5 11
appendData.R
in incidenceMapR/R
83 3 9
selectFromDB.R
in dbViewR/R
107 1 8
masterSpatialDB.R
in dbViewR/R
67 1 6
config.py
in api_service/seattle_flu_incidence_mapper
41 3 5
expandDB.R
in dbViewR/R
80 1 5
develop_vaccine_efficacy.R
in exploration_scripts/vaccine_efficacy
103 - 5
query_model.py
in api_service/seattle_flu_incidence_mapper
99 3 2
swagger.yml
in api_service/seattle_flu_incidence_mapper/swagger
339 - 2
addCensusData.R
in dbViewR/R
48 1 2
appendCatchmentModel.R
in incidenceMapR/R
28 1 2
buildLatentFieldModelsForDeployment.R
in model_build_scripts
52 - 2
build_logistic_DeDx_model.R
in model_build_scripts
50 - 2
apikey_auth.py
in api_service/seattle_flu_incidence_mapper
16 2 1
jwt.py
in api_service/seattle_flu_incidence_mapper
40 5 1
orm_config.py
in api_service/seattle_flu_incidence_mapper
36 6 1