Refactor bucket structure: baf-fraud/ prefix under lake bucket
All functions now default to bucket_name = "lake" with "baf-fraud/" prepended to all layer prefixes, matching the contemporary lakehouse naming convention (one bucket per environment, project as prefix). Migration: copy baf-fraud/ data to lake/baf-fraud/ on analyticsvm, update BAF_BUCKET env var from "baf-fraud" to "lake". Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -6,15 +6,15 @@
|
||||
\usage{
|
||||
evaluate_final_model(
|
||||
params,
|
||||
bucket_name = "baf-fraud",
|
||||
inputs_prefix = "05_model_input"
|
||||
bucket_name = "lake",
|
||||
inputs_prefix = "baf-fraud/05_model_input"
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
\item{params}{A named list of LightGBM hyperparameters with elements:
|
||||
\code{trees}, \code{tree_depth}, \code{learn_rate}, \code{loss_reduction}, \code{min_n}.}
|
||||
|
||||
\item{bucket_name}{Character. Bucket name. Default "baf-fraud".}
|
||||
\item{bucket_name}{Character. Bucket name. Default "lake".}
|
||||
|
||||
\item{inputs_prefix}{Character. Model input prefix. Default "05_model_input".}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user