The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Initialization

# Install the Python backend (only needs to be done once). 
leaf::install_leaf()
# Load package 
library(leaf)
## leaf: Using Python environment 'r-leafr'.
if (!backend_available()) {
  message("Install backend with leaf::install_leaf()")
}  
# Initialize the symbolic regressor
regressor = leaf::SymbolicRegressor$new(
  engine = "rsrm", 
  loss = 'PoissonDeviance', 
  num_iterations = 3,
  base = list(verbose = FALSE)
)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.