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
import glob | |
import os | |
import cv2 | |
import concurrent.futures | |
def load_and_resize(image_filename): | |
### Read in the image data | |
img = cv2.imread(image_filename) | |
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
- tukey's 1962 paper on the tension between | |
mathematical statistics and applied computational statistics | |
http://web.stanford.edu/~gavish/documents/Tukey_the_future_of_data_analysis.pdf | |
- william cleveland's 2001 "data science" paper | |
http://www.datascienceassn.org/sites/default/files/Data%20Science%20An%20Action%20Plan%20for%20Expanding%20the%20Technical%20Areas%20of%20the%20Field%20of%20Statistics.pdf | |
- interview w/leo breiman, heretical statistician | |
http://projecteuclid.org/euclid.ss/1009213290 |
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
[ | |
{ | |
"sehir": "ADANA", | |
"sicilNo": 6957, | |
"isim": "Murat BOZLAK", | |
"parti": "BDP" | |
}, | |
{ | |
"sehir": "ADANA", | |
"sicilNo": 6026, |