Package: sagemaker.mlframework Type: Package Title: sagemaker machine learning developed by amazon Version: 0.2.0 Authors@R: c(person("Dyfan", "Jones", email="dyfan.r.jones@gmail.com", role= c("aut", "cre")), person("Amazon.com, Inc.", role = "cph")) Description: `sagemaker` machine learning developed by amazon. Imports: httr, lgr, jsonlite, methods, processx, fs, R6, sagemaker.core, sagemaker.common, sagemaker.mlcore, urltools, stats Suggests: crayon, testthat, mockthat, reticulate, RProtoBuf, readsparse Remotes: DyfanJones/sagemaker-r-core, DyfanJones/sagemaker-r-common, DyfanJones/sagemaker-r-mlcore License: Apache License (>= 2.0) Encoding: UTF-8 RoxygenNote: 7.1.2 Collate: 'r_utils.R' 'amazon_factorization_machines.R' 'amazon_ipinsights.R' 'amazon_kmeans.R' 'amazon_knn.R' 'amazon_lda.R' 'amazon_linear_learner.R' 'amazon_ntm.R' 'amazon_object2vec.R' 'amazon_pca.R' 'amazon_randomcutforest.R' 'automl_candidate_estimator.R' 'automl_automl.R' 'chainer_default.R' 'chainer_model.R' 'chainer_estimator.R' 'huggingface_estimator.R' 'huggingface_model.R' 'huggingface_processing.R' 'mxnet_default.R' 'mxnet_model.R' 'mxnet_estimator.R' 'mxnet_processing.R' 'pytorch_defaults.R' 'pytorch_model.R' 'pytorch_estimator.R' 'pytorch_processing.R' 'tensorflow_model.R' 'tensorflow_defaults.R' 'tensorflow_estimator.R' 'rl_estimator.R' 'sklearn_model.R' 'sklearn_estimator.R' 'sklearn_processing.R' 'spark_processing.R' 'sparkml_model.R' 'tensorflow_processing.R' 'xgboost_default.R' 'xgboost_utils.R' 'xgboost_model.R' 'xgboost_estimator.R' 'xgboost_processing.R' 'zzz.R' Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libssl-dev Repository: https://dyfanjones.r-universe.dev Date/Publication: 2022-03-08 18:32:12 UTC RemoteUrl: https://github.com/DyfanJones/sagemaker-r-mlframework RemoteRef: HEAD RemoteSha: e1988da8e0767e790b484229556dc8bbcde5017a NeedsCompilation: no Packaged: 2026-06-11 10:33:35 UTC; root Author: Dyfan Jones [aut, cre], Amazon.com, Inc. [cph] Maintainer: Dyfan Jones