Package index
-
HyperparameterCandidates() - The values a tuner may choose among for one hyperparameter
-
JSONSchema_to_S7() - Build an S7 class from a JSON Schema
-
S7_dispatcher_JSONSchema() - Generate a per-algorithm dispatcher JSON Schema
-
S7_to_JSONSchema() - Convert an S7 class built with
prop_*factories to a JSON Schema -
apply_decomp() - Apply Decomposition to New Data
-
apply_preprocessor() - Apply trained Preprocessor to new data
-
available_supervised()available_clustering()available_calibration()available_decomposition() - Available Algorithms
-
available_draw() - Available Draw Functions
-
available_themes() - Print available rtemis themes
-
calibrate() - Calibrate
Classification&ClassificationResModels -
check_data() - Check Data
-
choose_theme() - Select an rtemis theme
-
class_imbalance() - Class Imbalance
-
classification_metrics() - Classification Metrics
-
cluster() - Perform Clustering
-
col2grayscale() - Color to Grayscale
-
color_adjust() - Adjust HSV Color
-
data_fingerprint() - Fingerprint a dataset
-
ddb_collect() - Collect a lazy-read duckdb table
-
ddb_data() - Read CSV using DuckDB
-
decomp() - Perform Data Decomposition
-
describe() - Describe object
-
df_movecolumn() - Move data frame column
-
df_nunique_perfeat() - Unique values per feature
-
draw_3Dscatter() - Interactive 3D Scatter Plots
-
draw_bar() - Interactive Barplots
-
draw_box() - Interactive Boxplots & Violin plots
-
draw_calibration() - Draw calibration plot
-
draw_confusion() - Plot confusion matrix
-
draw_dist() - Draw Distributions using Histograms and Density Plots
-
draw_fit() - True vs. Predicted Plot
-
draw_graphD3() - Plot graph using networkD3
-
draw_graphjs() - Plot network using threejs::graphjs
-
draw_heatmap() - Interactive Heatmaps
-
draw_leaflet() - Plot interactive choropleth map using leaflet
-
draw_pie() - Interactive Pie Chart
-
draw_protein() - Plot an amino acid sequence with annotations
-
draw_pvals() - Barplot p-values using draw_bar
-
draw_roc() - Draw ROC curve
-
draw_scatter() - Interactive Scatter Plots
-
draw_spectrogram() - Interactive Spectrogram
-
draw_survfit() - Draw a survfit object
-
draw_table() - Simple HTML table
-
draw_ts() - Interactive Timeseries Plots
-
draw_varimp() - Interactive Variable Importance Plot
-
draw_volcano() - Volcano Plot
-
draw_xt() - Plot timeseries data
-
dt_describe() - Describe data.table
-
dt_inspect_types() - Inspect column types
-
dt_keybin_reshape() - Long to wide key-value reshaping
-
dt_merge() - Merge data.tables
-
dt_names_by_attr() - List column names by attribute
-
dt_nunique_perfeat() - Number of unique values per feature
-
dt_pctmatch() - Get N and percent match of values between two columns of two data.tables
-
dt_pctmissing() - Get percent of missing values from every column
-
dt_set_autotypes() - Set column types automatically
-
dt_set_clean_all() - Clean column names and factor levels in-place
-
dt_set_cleanfactorlevels() - Clean factor levels of data.table in-place
-
dt_set_logical2factor() - Convert data.table logical columns to factors
-
dt_set_one_hot() - Convert data.table's factor to one-hot encoding in-place
-
exc() - Exclude columns by character or numeric vector.
-
feature_matrix() - Convert tabular data to feature matrix
-
feature_names() - Get feature names
-
features() - Get features from tabular data
-
get_factor_names() - Get factor names
-
get_mode() - Get the mode of a factor or integer
-
get_palette() - Get Color Palette
-
get_varimp() - Get variable importance
-
getnames()getfactornames()getnumericnames()getlogicalnames()getcharacternames()getdatenames() - Get names by string matching or class
-
getnamesandtypes() - Get data.frame names and types
-
`%BC%` - Binary matrix times character vector
-
inc() - Select (include) columns by character or numeric vector.
-
index_col_by_attr() - Index columns by attribute name & value
-
init_project_dir() - Initialize Project Directory
-
inspect() - Inspect rtemis object
-
inspect_type() - Inspect character and factor vector
-
is_constant() - Check if vector is constant
-
massGLM() - Mass-univariate GLM Analysis
-
matchcases() - Match cases by covariates
-
mgetnames() - Get names by string matching multiple patterns
-
names_by_class() - List column names by class
-
numeric_features() - Get numeric features from tabular data
-
one_hot2factor() - Convert one-hot encoded matrix to factor
-
outcome() - Get the outcome as a vector
-
outcome_name() - Get the name of the last column
-
plot(<MassGLM>) - Plot MassGLM using volcano plot
-
plot_manhattan()plot_manhattan.MassGLM() - Manhattan plot
-
plot_roc() - Plot ROC curve
-
plot_true_pred() - Plot True vs. Predicted Values
-
plot_varimp() - Plot Variable Importance
-
preprocess() - Preprocess Data
-
preprocessed() - Get preprocessed data from
Preprocessor. -
present() - Present rtemis object
-
previewcolor() - Preview color
-
read() - Read tabular data from a variety of formats
-
read_config() - Read an rtemis config from file
-
record() - Derive a run record from a fitted model
-
regression_metrics() - Regression Metrics
-
resample() - Resample data
-
rnormmat() - Random Normal Matrix
-
roc_curve() - ROC curve coordinates
-
rtemisrtemis-package - rtemis: Advanced Machine Learning and Visualization
-
rtemis_conditionsrtemis_errorrtemis_input_errorrtemis_type_errorrtemis_value_errorrtemis_length_errorrtemis_range_errorrtemis_null_inputrtemis_data_errorrtemis_dim_errorrtemis_level_mismatchrtemis_missing_datartemis_outcome_errorrtemis_io_errorrtemis_file_not_foundrtemis_file_existsrtemis_unsupported_errorrtemis_runtime_error - rtemis error conditions
-
rtversion() - Get rtemis version and system info
-
runifmat() - Random Uniform Matrix
-
same_data() - Do two fingerprints identify the same dataset?
-
session_timeline() - Session Execution Timeline Table
-
set_outcome() - Move outcome to last column
-
set_positive_class() - Set positive class
-
setdiffsym() - Symmetric Set Difference
-
setup_BART() - Setup BART Hyperparameters
-
setup_CART() - Setup CART Hyperparameters
-
setup_CMeans() - Setup CMeansConfig
-
setup_ClusterConfig() - Setup ClusterConfig
-
setup_ConditionalSuperLearner() - Setup ConditionalSuperLearner Hyperparameters
-
setup_DBSCAN() - Setup DBSCANConfig
-
setup_DecomposeConfig() - Setup DecomposeConfig
-
setup_ExecutionConfig() - Setup Execution Configuration
-
setup_GAM() - Setup GAM Hyperparameters
-
setup_GLM() - Setup GLM Hyperparameters
-
setup_GLMNET() - Setup GLMNET Hyperparameters
-
setup_GridSearch() - Setup Grid Search Config
-
setup_HAL() - Setup HAL Hyperparameters
-
setup_HardCL() - Setup HardCLConfig
-
setup_ICA() - setup_ICA
-
setup_Isomap() - Setup Isomap config.
-
setup_Isotonic() - Setup Isotonic Hyperparameters
-
setup_KMeans() - Setup KMeansConfig
-
setup_KNN() - Setup KNN Hyperparameters
-
setup_LightCART() - Setup LightCART Hyperparameters
-
setup_LightGBM() - Setup LightGBM Hyperparameters
-
setup_LightRF() - Setup LightRF Hyperparameters
-
setup_LightRuleFit() - Setup LightRuleFit Hyperparameters
-
setup_LinearSVM() - Setup LinearSVM Hyperparameters
-
setup_MARS() - Setup MARS Hyperparameters
-
setup_MLP() - Setup MLP Hyperparameters
-
setup_ModalityStacking() - Setup ModalityStacking Hyperparameters
-
setup_MonotonicHAL() - Setup MonotonicHAL Hyperparameters
-
setup_NMF() - Setup NMF config.
-
setup_NNLS() - Setup NNLS Hyperparameters
-
setup_NeuralGas() - Setup NeuralGasConfig
-
setup_PCA() - Setup PCA config.
-
setup_Preprocessor() - Setup Preprocessor
-
setup_RadialSVM() - Setup RadialSVM Hyperparameters
-
setup_Ranger() - Setup Ranger Hyperparameters
-
setup_Resampler() - Setup Resampler
-
setup_SPLS() - Setup SPLS Hyperparameters
-
setup_SuperConfig() - Setup SuperConfig
-
setup_SuperConfigLive() - Setup SuperConfigLive
-
setup_SuperLearner() - Setup SuperLearner Hyperparameters
-
setup_TabNet() - Setup TabNet Hyperparameters
-
setup_UMAP() - Setup UMAP config.
-
setup_tSNE() - Setup tSNE config.
-
show_color_key() - Show rtemis color key
-
size() - Size of object
-
table_column_attr() - Tabulate column attributes
-
theme_black()theme_blackgrid()theme_blackigrid()theme_darkgray()theme_darkgraygrid()theme_darkgrayigrid()theme_white()theme_whitegrid()theme_whiteigrid()theme_lightgraygrid()theme_mediumgraygrid() - Themes for
draw_*functions -
train() - Train Supervised Learning Models
-
tune_over() - Mark the values to tune a hyperparameter over
-
tuning_grid() - Tuning grid of a Hyperparameters object
-
uniprot_get() - Get protein sequence from UniProt
-
write_JSONSchema() - Write a schema list produced by S7_to_JSONSchema to a JSON file
-
write_config() - Write an rtemis config to a JSON file
-
write_record() - Write a run record to a JSON file
-
xt_example - Example longitudinal dataset
-
xtdescribe() - Describe longitudinal dataset