model python script
dataset joblib file
validation dataset joblib file
generating validation dataset by splitting training dataset with validation_data_rate
the maximum numeber of epochs
the number of samples in a minibatch
patience parameter for early stopping
(initial) learning rate
shuffling data after loading dataset
In GCN, a node has feature or not.
In GCN, a node has embedding vector or not.
When with_node_embedding=True
,
The dimension of an embedding vector.
enables normalization of adjacency matrices
enables splitting adjacency matrices using dgree of a node
order of adjacency matrices
optional parameters for neural network archtecture (used in Baysian optimization)
specifies the number of folds related to train_cv command.
inter
path to save model
csv file name to save summarized results (train command)
csv file name to save summarized results (train command)
csv file name to save summarized results (infer command)
json file name to save summarized results (train_cv command)
json file name to save detailed information (train command)
json file name to save detailed information (train command)
json file name to save detailed information (infer command)
json file name to save cross-validation information (train_cv command)
enables plotting results
path to save plot data
plotting results of multitaslk
for profiling using the tensorflow profiler
for using stratified k-fold