Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cmccomb/rust-automl
/ functions
Functions
400 in github.com/cmccomb/rust-automl
⨍
Functions
400
◇
Types & classes
80
↓ 1 callers
Method
fit_standardize_step
( &mut self, mut data: InputArray, params: StandardizeParams, )
src/model/preprocessing.rs:196
↓ 1 callers
Method
fit_step
( &mut self, data: InputArray, step: &PreprocessingStep, )
src/model/preprocessing.rs:117
↓ 1 callers
Method
fit_svd_step
(&mut self, data: &InputArray, n: usize)
src/model/preprocessing.rs:186
↓ 1 callers
Function
load_feature_rows
(path: P)
tests/fixtures/breast_cancer_dataset.rs:10
↓ 1 callers
Function
load_feature_rows
(path: P)
tests/fixtures/diabetes_dataset.rs:10
↓ 1 callers
Function
most_frequent
(values: &[INPUT])
src/model/preprocessing.rs:578
↓ 1 callers
Function
objective_from_str
(value: &str)
src/settings/regression_settings.rs:411
↓ 1 callers
Function
objective_to_str
(objective: &Objective)
src/settings/regression_settings.rs:405
↓ 1 callers
Method
output_width
(&self)
src/model/preprocessing.rs:1304
↓ 1 callers
Function
parse_feature_row
(record: &StringRecord, row_idx: usize)
src/utils/io.rs:149
↓ 1 callers
Function
parse_label
(raw: &str)
tests/fixtures/breast_cancer_dataset.rs:36
↓ 1 callers
Function
parse_labeled_row
( record: &StringRecord, row_idx: usize, target_col: usize, )
src/utils/io.rs:164
↓ 1 callers
Method
predict_vec
(&self, x: &InputArray)
src/algorithms/classification.rs:377
↓ 1 callers
Function
prepare_bernoulli_dense_matrix
( x: &InputArray, threshold: Option<INPUT>, )
src/algorithms/classification.rs:150
↓ 1 callers
Method
push_step
Mutably push a new step to the end of the pipeline.
src/settings/preprocessing.rs:358
↓ 1 callers
Method
record_trained_model
(&mut self, trained_model: ComparisonEntry<A>)
src/model/supervised.rs:193
↓ 1 callers
Method
sort
(&mut self)
src/model/supervised.rs:198
↓ 1 callers
Method
steps
(&self)
src/settings/preprocessing.rs:345
↓ 1 callers
Method
supervised
(&self)
src/settings/regression_settings.rs:308
↓ 1 callers
Function
test_from_settings
(settings: ClassificationSettings)
tests/classification.rs:116
↓ 1 callers
Method
with_algorithms
(mut self, algorithms: Vec<ClusteringAlgorithmName>)
src/settings/clustering_settings.rs:96
↓ 1 callers
Method
with_epoch
(mut self, epoch: usize)
src/settings/svc_parameters.rs:21
↓ 1 callers
Method
with_gaussian_nb_settings
(mut self, settings: GaussianNBParameters)
src/settings/classification_settings.rs:100
↓ 1 callers
Method
without_extra_trees_settings
(mut self)
src/settings/regression_settings.rs:172
↓ 1 callers
Method
without_svr_settings
(mut self)
src/settings/regression_settings.rs:179
Method
add_step
(mut self, step: PreprocessingStep)
src/settings/common.rs:310
Method
add_step
(mut self, step: PreprocessingStep)
src/settings/preprocessing.rs:352
Method
add_step
(self, step: PreprocessingStep)
src/settings/classification_settings.rs:175
Method
add_step
(self, step: PreprocessingStep)
src/settings/regression_settings.rs:248
Function
agglomerative_clustering_runs
()
tests/clustering.rs:38
Function
algorithm_from_name
( name: &str, )
src/settings/regression_settings.rs:372
Method
all_algorithms
(settings: &ClusteringSettings)
src/algorithms/clustering.rs:70
Method
all_algorithms
(settings: &ClassificationSettings)
src/algorithms/classification.rs:1074
Method
all_algorithms
Get a vector of all possible algorithms
src/algorithms/regression.rs:915
Function
all_algorithms_contains_linear
()
tests/algorithms.rs:14
Function
all_algorithms_includes_knn_for_supported_distances
()
tests/algorithms.rs:20
Function
all_algorithms_skips_knn_for_mahalanobis
()
tests/algorithms.rs:35
Method
apply_stateless
( step: &PreprocessingStep, data: InputArray, )
src/model/preprocessing.rs:256
Method
apply_step
( step: &TrainedStep<INPUT, InputArray>, data: InputArray, )
src/model/preprocessing.rs:150
Function
bernoulli_nb_algorithm_available_when_enabled
()
tests/classification.rs:92
Function
bernoulli_nb_binarizes_with_threshold
()
tests/classification.rs:184
Function
bernoulli_nb_rejects_non_binary_without_threshold
()
tests/classification.rs:200
Function
bernoulli_nb_requires_settings
()
src/algorithms/classification.rs:1341
Function
bernoulli_nb_trains_on_binary_features
()
tests/classification.rs:164
Method
binarize
(&self)
src/algorithms/classification.rs:485
Method
box_cox_entry
( data: &InputArray, column: usize, lambda: f64, )
src/model/preprocessing.rs:1452
Method
boxed_params
( &self, kernel: Box<dyn smartcore::svm::Kernel>, )
src/algorithms/classification.rs:291
Method
boxed_params_from_template
( &self, )
src/algorithms/classification.rs:308
Function
breast_cancer_dataset_has_expected_shape
()
tests/real_world_datasets.rs:11
Function
categorical_encoding_handles_one_hot_and_ordinal
()
tests/preprocessing.rs:69
Function
categorical_nb_algorithm_available_when_enabled
()
tests/classification.rs:66
Function
categorical_nb_rejects_fractional_features
()
src/algorithms/classification.rs:1391
Function
categorical_nb_requires_settings
()
src/algorithms/classification.rs:1358
Function
categorical_nb_trains_on_integer_features
()
src/algorithms/classification.rs:1411
Function
classification_builder_delegates
()
tests/supervised_settings.rs:5
Function
classification_builder_methods_chain
()
tests/settings_display.rs:27
Function
classification_metric_not_set_returns_error
()
tests/settings_error.rs:5
Function
classification_metric_unsupported_returns_error
()
tests/settings_error.rs:12
Function
classification_pca_preprocessing_predicts
()
tests/classification.rs:221
Function
clustering_metrics_compute
()
tests/clustering.rs:62
Function
clustering_model_display_clears_metrics_after_retraining
()
tests/clustering.rs:149
Function
clustering_model_display_shows_baseline_without_ground_truth
()
tests/clustering.rs:132
Function
clustering_model_display_shows_configured_algorithm_when_untrained
()
tests/clustering.rs:116
Function
clustering_model_display_shows_metrics
()
tests/clustering.rs:76
Function
clustering_model_display_shows_metrics_for_fixture_csv
()
tests/clustering.rs:99
Function
column_filter_drops_unwanted_features
()
tests/preprocessing.rs:126
Method
column_std
( data: &InputArray, column: usize, rows: usize, center: INPUT, )
src/model/preprocessing.rs:373
Method
compute_fill_value
( data: &InputArray, column: usize, strategy: ImputeStrategy, )
src/model/preprocessing.rs:1014
Function
convert_bernoulli_parameters
( params: &BernoulliNBParameters<f64>, )
src/algorithms/classification.rs:223
Function
convert_f64_to_input
(value: f64)
src/model/preprocessing.rs:562
Function
convert_input_predictions_to_output_array
( predictions: Vec<INPUT>, )
src/algorithms/regression.rs:225
Function
convert_input_predictions_to_output_vec
( predictions: Vec<INPUT>, )
src/algorithms/regression.rs:237
Function
convert_input_value_to_output
(value: INPUT)
src/algorithms/regression.rs:251
Function
convert_nonnegative_scalar
(value: f32, name: &str)
src/algorithms/regression.rs:133
Function
convert_output_value_to_input
(value: OUTPUT)
src/algorithms/regression.rs:198
Function
convert_positive_scalar
(value: f32, name: &str)
src/algorithms/classification.rs:391
Function
convert_positive_scalar
(value: f32, name: &str)
src/algorithms/regression.rs:158
Method
convert_size
(value: usize)
src/model/preprocessing.rs:462
Function
convert_svc_prediction
(value: INPUT)
src/algorithms/classification.rs:416
Function
convert_targets_to_input
( targets: &OutputArray, )
src/algorithms/regression.rs:183
Function
convert_to_categorical_dense_matrix
( x: &InputArray, )
src/algorithms/classification.rs:128
Function
convert_to_multinomial_dense_matrix
( x: &InputArray, )
src/algorithms/classification.rs:139
Function
convert_usize_to_input
(value: usize)
src/model/preprocessing.rs:571
Method
cross_validate_model
( self, x: &Self::InputArray, y: &Self::OutputArray, settings: &Classification
src/algorithms/classification.rs:1167
Method
cross_validate_with
( self, estimator: E, params: P, x: &InputArray, y: &OutputArray,
src/algorithms/supervised_train.rs:51
Function
dbscan_clustering_runs
()
tests/clustering.rs:50
Function
debug_option_formats_complex_value
()
tests/display.rs:44
Function
debug_option_formats_none
()
tests/display.rs:56
Function
debug_option_formats_value
()
tests/display.rs:32
Method
default
()
src/model/preprocessing.rs:55
Method
default
()
src/settings/svr_parameters.rs:49
Method
default
()
src/settings/common.rs:16
Method
default
()
src/settings/svc_parameters.rs:49
Method
default
()
src/settings/preprocessing.rs:33
Method
default
()
src/settings/classification_settings.rs:39
Method
default
()
src/settings/clustering_settings.rs:42
Method
default
()
src/settings/regression_settings.rs:76
Method
default
()
src/settings/knn_parameters.rs:97
Method
default
()
src/algorithms/classification.rs:1262
Method
default
()
src/algorithms/regression.rs:1124
← previous
next →
101–200 of 400, ranked by callers