NVIDIA FLARE
latest
NVIDIA FLARE Overview
Key Features
Getting Started
Example Applications
Real-World Federated Learning
User Guide
Programming Best Practices
Programming Guide
Frequently Asked Questions
Contributing
API
nvflare package
Subpackages
nvflare.apis package
nvflare.app_common package
nvflare.app_opt package
Subpackages
Module contents
nvflare.dashboard package
nvflare.fuel package
nvflare.ha package
nvflare.lighter package
nvflare.private package
nvflare.security package
nvflare.tool package
nvflare.widgets package
Submodules
Module contents
NVIDIA FLARE
»
nvflare
»
nvflare package
»
nvflare.app_opt package
»
nvflare.app_opt.statistics package
»
nvflare.app_opt.statistics.visualization package
»
nvflare.app_opt.statistics.visualization.statistics_visualization module
Edit on GitHub
nvflare.app_opt.statistics.visualization.statistics_visualization module
¶
class
Visualization
[source]
¶
Bases:
object
get_histogram_dataframes
(
data
,
display_format
=
'sample_count'
,
white_list_features
=
[]
)
→
Dict
[source]
¶
import_modules
(
)
[source]
¶
show_dataframe_plots
(
feature_dfs
,
plot_type
=
'both'
)
[source]
¶
show_histograms
(
data
,
display_format
=
'sample_count'
,
white_list_features
=
[]
,
plot_type
=
'both'
)
[source]
¶
show_stats
(
data
,
white_list_features
=
[]
)
[source]
¶
sum_counts_in_histogram
(
hist
)
[source]
¶