Python Forum

Full Version: How can i generate hierarchy directory
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Sorry i know the simple directory but i want to generate directory structure for project hierarchy like project name data result figure model script ect.
since i have a many projects figures and i want to create like list of tables or Tables of content for such work directory to combine all in one projects.
if __name__ == '__main__':
    articles = load_articles()
    train_doc2vec(articles)
    most_sim_docs(articles)
    cluster(articles)
Looks like a ton of bugs in the libraries you are using. Where did you get them? File a support request with the author. If you got them from GitHub, there are mechanisms in place for filing bug reports.
(Jun-05-2021, 08:01 AM)supuflounder Wrote: [ -> ]Looks like a ton of bugs in the libraries you are using. Where did you get them? File a support request with the author. If you got them from GitHub, there are mechanisms in place for filing bug reports.

yes you are right but i want multiple tasks as i updated my post right now