Last active
September 8, 2017 08:05
-
-
Save trAve3113r/2d235b917b7792115be6e4419995028e to your computer and use it in GitHub Desktop.
Bits and pieces i stumble on while surfing the web
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Assocation Mining | |
| ------------------- | |
| Mlextend can be easily used for finding associations between: | |
| 1. Commodities | |
| 2. Markets | |
| see links below: | |
| http://rasbt.github.io/mlxtend/USER_GUIDE_INDEX/ | |
| http://pbpython.com/market-basket-analysis.html?utm_source=mybridge&utm_medium=blog&utm_campaign=read_more | |
| Executing Asynchronous code to maximimze on server cores: | |
| pip install futures | |
| #usage: | |
| import concurrent.futures | |
| from concurrent.futures import ThreadPoolExecutor ,<whatever>,<whatever> | |
| https://medium.com/@ageitgey/quick-tip-speed-up-your-python-data-processing-scripts-with-process-pools-cf275350163a | |
| http://elliothallmark.com/2016/12/23/requests-with-concurrent-futures-in-python-2-7/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment