Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
borauyar committed Jul 12, 2024
1 parent 1d55d68 commit 05c83bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/utils.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Network Modules
# Utility Functions

::: flexynesis.utils
3 changes: 1 addition & 2 deletions flexynesis/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ def main():
Args:
--data_path (str): Path to the folder with train/test data files. (Required)
--model_class (str): The kind of model class to instantiate. Choices are ["DirectPred", "GNN", "supervised_vae",
"MultiTripletNetwork", "CrossModalPred", "RandomForest", "SVM", "RandomSurvivalForest"]. (Required)
--model_class (str): The kind of model class to instantiate. Choices are ["DirectPred", "GNN", "supervised_vae", "MultiTripletNetwork", "CrossModalPred", "RandomForest", "SVM", "RandomSurvivalForest"]. (Required)
--gnn_conv_type (str): If model_class is set to GNN, choose which graph convolution type to use. Choices are ["GC", "GCN", "SAGE"].
--target_variables (str): Which variables in 'clin.csv' to use for predictions, comma-separated if multiple. Optional if survival variables are not set to None.
--batch_variables (str): Which variables in 'clin.csv' to use for data integration/batch correction, comma-separated if multiple. Optional.
Expand Down

0 comments on commit 05c83bf

Please sign in to comment.