I am doing a data mining project in python, during an experiment I have to run many experiments at the same time, how do I assign each process to start each experiment? which module should i use?
Take a look python supports multi-processor / multi-core programming?
Then browse http://wiki.python.org/moin/ParallelProcessing for more options
but overall python multiprocessing ( http://docs.python.org/library/multiprocessing.html ) will be enough
multiprocessing.
Source: https://habr.com/ru/post/1722659/More articles:Customize UISlider color in iPhone app - iphoneSELECT (* - some_columns) FROM TABLE ะฒ SQL - sqlProblem with Wpf Background Panel - eventsHow to automate perl script in Delphi? - perlInput Controls on the ASP.NET MVC Home Page - asp.net-mvcBluetooth on Lazarus / FreePascal on Mac OS X - delphiHow to determine if an object can be converted to a meaningful string in C # - stringFuzzy text search: a regular expression lookup generator? - phpWhy not resize and clear jobs in the GotW 54? - c ++CakePHP application on the server? - cakephpAll Articles