python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Add reserved tokens to `tft.vocabulary`
I would like to append words to the vocabulary created by tft.vocabulary that are not a part of the training samples (i.e. <mask> and <pad> tokens).
I see in the docs that the tft.vocabula...
Zach Robertson
Votes: 0
Answers: 1
What does DataAccessor do in tfx?
I'm reading the tfx tutorials, which all uses the DataAccessor to load data. The code looks something like this:
return data_accessor.tf_dataset_factory(
file_pattern,
tfxio.TensorFlowDa...
bli00
Votes: 0
Answers: 1
join datasets with tfx tensorflow transform
I am trying to replicate some data preprocessing that I have done in pandas into tensorflow transform.
I have a few CSV files, which I joined and aggregated with pandas to produce a training dataset. ...
DarioB
Votes: 0
Answers: 1
Is there an implemented way to use a kubeflow pipeline's output outside the pipeline?
I'm using local kubeflow pipelines for building a continuous machine learning test project. I have one pipeline that preprocess the data using TFX, and it saves the outputs automatically to minio. Out...
AnoderPersona
Votes: 0
Answers: 1