Commit 895d0dec authored by Maximilian Legnar's avatar Maximilian Legnar

added some empty folders for plots, tables and metrics

parent fde99bb7
# Ignore everything in this directory
*
# Except this file
!.gitignore
\ No newline at end of file
......@@ -11,19 +11,6 @@ if not workdir[-len('nlp-in-diagnostic-texts-from-nephropathology'):] == 'nlp-in
print("please make shure to run this script with working directory '.../path/to/nlp-in-diagnostic-texts-from-nephropathology'.")
exit(1)
# add some folders for metrics, plot, tables etc:
if not os.path.isdir('TextClustering/cluster_metrics'):
os.makedirs('TextClustering/cluster_metrics')
if not os.path.isdir('TextClustering/tables'):
os.makedirs('TextClustering/tables')
if not os.path.isdir('TextClustering/plots'):
os.makedirs('TextClustering/plots')
if not os.path.isdir('TextClustering/plots/histograms'):
os.makedirs('TextClustering/plots/histograms')
if not os.path.isdir('TextClustering/plots/UMAP'):
os.makedirs('TextClustering/plots/UMAP')
if not os.path.isdir('TextClustering/plots/PCA'):
os.makedirs('TextClustering/plots/PCA')
# Construct clustering pipeline. This is a suggestion how to use all the scripts.
# I also recommend to run each clustering script one by on to fintune the clusterings (with argument --find_k_value)
......
# Ignore everything in this directory
*
# Except this file
!.gitignore
\ No newline at end of file
# Ignore everything in this directory
*
# Except this file
!.gitignore
\ No newline at end of file
# Ignore everything in this directory
*
# Except this file
!.gitignore
\ No newline at end of file
# Ignore everything in this directory
*
# Except this file
!.gitignore
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment