R/processpredictR.R

#' @title processpredictR
#' @docType package
#' @name processpredictR

#' @importFrom edeaR end_activities
#' @importFrom edeaR trace_length
#' @importFrom stringr str_split str_remove str_remove_all
#' @importFrom reticulate source_python
#' @importFrom keras pad_sequences
#' @importFrom mltools one_hot
#' @import bupaR
#' @import dplyr
#' @import tidyr
#' @import keras
#' @import tensorflow
#' @importFrom data.table as.data.table .N .GRP shift
#' @importFrom cli cli_abort
#' @importFrom glue glue
#' @importFrom plotly ggplotly
#' @import ggplot2
#' @importFrom stats sd setNames
#' @importFrom tidyselect where
#' @importFrom purrr map_chr map
#' @importFrom data.table :=
#' @import progress


'_PACKAGE'
NULL

Try the processpredictR package in your browser

Any scripts or data that you put into this service are public.

processpredictR documentation built on Jan. 18, 2023, 1:09 a.m.