helix package¶
Subpackages¶
- helix.components package
- Subpackages
- Submodules
- helix.components.configuration module
- helix.components.experiments module
- helix.components.logs module
- helix.components.plot_editor module
- helix.components.plots module
- helix.components.preprocessing module
- helix.components.statistical_tests module
- Module contents
- helix.options package
- Subpackages
- Submodules
- helix.options.data module
- helix.options.enums module
ActivationFunctions
DataAnalysisStateKeys
DataAnalysisStateKeys.CorrelationHeatmap
DataAnalysisStateKeys.DescriptorCorrelation
DataAnalysisStateKeys.DescriptorPairPlot
DataAnalysisStateKeys.NBins
DataAnalysisStateKeys.PairPlot
DataAnalysisStateKeys.Perplexity
DataAnalysisStateKeys.SaveHeatmap
DataAnalysisStateKeys.SavePairPlot
DataAnalysisStateKeys.SaveTSNEPlot
DataAnalysisStateKeys.SaveTargetVarDistribution
DataAnalysisStateKeys.SelectAllDescriptorsCorrelation
DataAnalysisStateKeys.SelectAllDescriptorsPairPlot
DataAnalysisStateKeys.SelectNormTsne
DataAnalysisStateKeys.ShowKDE
DataAnalysisStateKeys.TSNEPlot
DataAnalysisStateKeys.TargetVarDistribution
DataPreprocessingStateKeys
DataPreprocessingStateKeys.CorrelationThreshold
DataPreprocessingStateKeys.DependentNormalisation
DataPreprocessingStateKeys.IndependentNormalisation
DataPreprocessingStateKeys.LassoFeatureSelection
DataPreprocessingStateKeys.ProceedTransformation
DataPreprocessingStateKeys.RegularisationTerm
DataPreprocessingStateKeys.ThresholdCorrelation
DataPreprocessingStateKeys.ThresholdVariance
DataPreprocessingStateKeys.VarianceThreshold
DataSplitMethods
ExecutionStateKeys
ExecutionStateKeys.DataSplit
ExecutionStateKeys.DependentVariableName
ExecutionStateKeys.ExperimentName
ExecutionStateKeys.Normalisation
ExecutionStateKeys.NumberOfBootstraps
ExecutionStateKeys.ProblemType
ExecutionStateKeys.RandomSeed
ExecutionStateKeys.UploadedFileName
ExecutionStateKeys.UseHyperParamSearch
FeatureImportanceStateKeys
FeatureImportanceStateKeys.EnsembleMethods
FeatureImportanceStateKeys.ExplainAllModels
FeatureImportanceStateKeys.ExplainModels
FeatureImportanceStateKeys.FILogBox
FeatureImportanceStateKeys.GlobalFeatureImportanceMethods
FeatureImportanceStateKeys.LocalImportanceFeatures
FeatureImportanceStateKeys.NumberOfImportantFeatures
FeatureImportanceStateKeys.NumberOfRepetitions
FeatureImportanceStateKeys.SaveFeatureImportanceOptions
FeatureImportanceStateKeys.SaveFeatureImportanceResults
FeatureImportanceStateKeys.ScoringFunction
FeatureImportanceTypes
FuzzyStateKeys
MachineLearningStateKeys
Metrics
ModelNames
Normalisations
OptimiserTypes
PlotOptionKeys
PlotOptionKeys.AxisFontSize
PlotOptionKeys.AxisTickSize
PlotOptionKeys.ColourMap
PlotOptionKeys.ColourScheme
PlotOptionKeys.DPI
PlotOptionKeys.FontFamily
PlotOptionKeys.Height
PlotOptionKeys.RotateXAxisLabels
PlotOptionKeys.RotateYAxisLabels
PlotOptionKeys.SavePlots
PlotOptionKeys.TitleFontSize
PlotOptionKeys.Width
ProblemTypes
SvmKernels
TransformationsY
ViewExperimentKeys
- helix.options.execution module
- helix.options.fi module
FeatureImportanceOptions
FeatureImportanceOptions.feature_importance_ensemble
FeatureImportanceOptions.fi_log_dir
FeatureImportanceOptions.global_importance_methods
FeatureImportanceOptions.local_importance_methods
FeatureImportanceOptions.num_features_to_plot
FeatureImportanceOptions.permutation_importance_repeat
FeatureImportanceOptions.permutation_importance_scoring
FeatureImportanceOptions.save_feature_importance_options
FeatureImportanceOptions.save_feature_importance_plots
FeatureImportanceOptions.save_feature_importance_results
- helix.options.file_paths module
data_analysis_plots_dir()
data_options_path()
data_preprocessing_options_path()
execution_options_path()
fi_options_dir()
fi_options_path()
fi_plot_dir()
fi_result_dir()
fuzzy_options_path()
fuzzy_plot_dir()
fuzzy_result_dir()
helix_experiments_base_dir()
log_dir()
ml_metrics_full_path()
ml_metrics_mean_std_path()
ml_model_dir()
ml_options_path()
ml_plot_dir()
ml_predictions_path()
plot_options_path()
preprocessed_data_path()
uploaded_file_path()
- helix.options.fuzzy module
- helix.options.ml module
- helix.options.plotting module
PlottingOptions
PlottingOptions.angle_rotate_xaxis_labels
PlottingOptions.angle_rotate_yaxis_labels
PlottingOptions.dpi
PlottingOptions.height
PlottingOptions.plot_axis_font_size
PlottingOptions.plot_axis_tick_size
PlottingOptions.plot_colour_map
PlottingOptions.plot_colour_scheme
PlottingOptions.plot_font_family
PlottingOptions.plot_title_font_size
PlottingOptions.save_plots
PlottingOptions.width
- helix.options.preprocessing module
PreprocessingOptions
PreprocessingOptions.correlation_threshold
PreprocessingOptions.data_is_preprocessed
PreprocessingOptions.dependent_variable_transformation
PreprocessingOptions.feature_selection_methods
PreprocessingOptions.independent_variable_normalisation
PreprocessingOptions.lasso_regularisation_term
PreprocessingOptions.variance_threshold
- helix.options.search_grids module
- Module contents
- helix.pages package
- helix.services package
- Subpackages
- Submodules
- helix.services.configuration module
- helix.services.data module
- helix.services.experiments module
- helix.services.logs module
- helix.services.metrics module
- helix.services.ml_models module
- helix.services.plotting module
- helix.services.preprocessing module
- helix.services.statistical_tests module
- helix.services.weights_init module
- Module contents
Submodules¶
helix.Home module¶
helix.launch module¶
- helix.launch.main()¶
The entrypoint of Helix. This method shouldn’t be called explicitly. Use the helix command in the terminal after installing the app.