Multicore Processing in Python.By SideStepping GIL
Using Multi core concept in the python.By side stepping the GIL. We are trying to find the factorial of the number 500000 (4 times) each on one core each. We are also trying to run the Logistic regression and Linear regression on the Multicore Using different inbuilt datasets present in the SKLEARN