Zemeio
04/28/2022, 1:01 PMdataset.save(partition_data)
normally, partition_data
is actually a Pillow imageZemeio
04/28/2022, 1:06 PMdmb23
04/29/2022, 11:49 AMtrain_node = node(train_model, inputs='input_data', outputs='trained_model')
plot_node = node(plot_model_evaluation, inputs='trained_model', outputs='validation_plot')
training_pipeline = pipeline(
[train_node, plot_node],
inputs='input_data',
outputs=['trained_model', 'validation_plot'],
namespace='training'
)
will show the trained_model
unconnected to the training pipeline when it is folded, but correctly placed between the nodes when the pipeline is unfolded (in both cases it is correctly connected to any downstream nodes/pipelines).desrame
04/30/2022, 8:02 PMsample:
type: pandas.CSVDataSet
filepath: "abfs[s]://raw@secretaccountname.blob.core.windows.net/qa/current/BeehivingTrainingData.csv"
credentials: dev_abs
layer: sql_imports
desrame
04/30/2022, 8:07 PMLazy2PickName
05/02/2022, 10:55 PMnoklam
05/03/2022, 8:26 AMTemplatedConfigLoader
and jinja-like syntax to provide the share directory, see the reply on SO for more details.Solarer
05/03/2022, 1:27 PMbeats-like-a-helix
05/03/2022, 2:05 PMbeats-like-a-helix
05/03/2022, 2:09 PMSolarer
05/03/2022, 2:27 PMhttps://www.youtube.com/watch?v=_9DgYDEb2Ag▾
Solarer
05/03/2022, 2:28 PMdatajoely
05/03/2022, 2:28 PMdatajoely
05/03/2022, 2:29 PMteddycarebears🇷🇴
05/03/2022, 4:31 PMdatajoely
05/03/2022, 4:52 PMAshwin_11
05/05/2022, 7:13 AMnoklam
05/05/2022, 12:14 PMcatalog.yml
(the related entry)?Ashwin_11
05/05/2022, 12:16 PMAshwin_11
05/05/2022, 12:16 PMAshwin_11
05/05/2022, 12:17 PMdatajoely
05/05/2022, 12:18 PMAshwin_11
05/05/2022, 12:21 PMCarlos Bonilla
05/05/2022, 2:44 PMCarlos Bonilla
05/05/2022, 2:45 PMCarlos Bonilla
05/05/2022, 2:48 PMCarlos Bonilla
05/05/2022, 2:49 PMnoklam
05/05/2022, 3:04 PMCarlos Bonilla
05/05/2022, 3:16 PMCarlos Bonilla
05/05/2022, 3:16 PM