Package: autotab 1.0.1
autotab: Variational Autoencoders for Heterogeneous Tabular Data
Build and train a variational autoencoder (VAE) for mixed-type tabular data (continuous, binary, categorical). Models are implemented using 'TensorFlow' and 'Keras' via the 'reticulate' interface, enabling reproducible VAE training for heterogeneous tabular datasets.
Authors:
autotab_1.0.1.tar.gz
autotab_1.0.1.zip(r-4.7)autotab_1.0.1.zip(r-4.6)autotab_1.0.1.zip(r-4.5)
autotab_1.0.1.tgz(r-4.6-any)autotab_1.0.1.tgz(r-4.5-any)
autotab_1.0.1.tar.gz(r-4.7-any)autotab_1.0.1.tar.gz(r-4.6-any)
autotab_1.0.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
autotab/json (API)
| # Install 'autotab' in R: |
| install.packages('autotab', repos = c('https://sarahmilligan-hub.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/sarahmilligan-hub/autotab/issues
- data_example - Health and Demographics Dataset
Last updated from:79b903e622. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 132 | ||
| source / vignettes | OK | 231 | ||
| linux-release-x86_64 | OK | 151 | ||
| macos-release-arm64 | OK | 136 | ||
| macos-oldrel-arm64 | OK | 152 | ||
| windows-devel | OK | 82 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 85 | ||
| wasm-release | OK | 118 |
Exports:decoder_modelDecoder_weightsencoder_latentEncoder_weightsextracting_distributionfeat_reorderget_feat_distLatent_samplemin_max_scalereset_seedsset_feat_distVAE_train
Dependencies:backportsbase64enccliconfiggenericsglueherejsonlitekeraslatticelifecyclemagrittrMatrixpngprocessxpsR6rappdirsRcppRcppTOMLreticulaterlangrprojrootrstudioapitensorflowtfautographtfrunstidyselectvctrswhiskerwithryamlzeallot
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Health and Demographics Dataset | data_example |
| Builds the decoder graph for an AutoTab VAE | decoder_model |
| Extract decoder-only weights from a trained Keras model | Decoder_weights |
| Specifying Encoder and Decoder Architectures for 'VAE_train()' | encoder_decoder_information |
| Rebuild the encoder graph to export z_mean and z_log_var | encoder_latent |
| Extract encoder-only weights from a trained Keras model | Encoder_weights |
| Build the 'feat_dist' data frame for AutoTab | extracting_distribution |
| Reorder 'feat_dist' rows to match preprocessed data | feat_reorder |
| Get the stored feature distribution | get_feat_dist |
| Sample from the latent space | Latent_sample |
| Min–max scale continuous variables | min_max_scale |
| Mixture-of-Gaussians (MoG) prior in AutoTab | mog_prior |
| Reset all random seeds across R, TensorFlow, and Python | reset_seeds |
| Set the feature distribution for AutoTab | set_feat_dist |
| Train an AutoTab VAE on mixed-type tabular data | VAE_train |
