kaggle-right-whale icon indicating copy to clipboard operation
kaggle-right-whale copied to clipboard

2nd place solution to the Kaggle Right Whale challenge

Results 2 kaggle-right-whale issues
Sort by recently updated
recently updated
newest added

hello~ I saw your code in scripts/create_test_head_crop_image.py had these params below: scale_choices = [0.75, 1, 1.25] shear_choices = [-0.25, 0, 0.25] rotation_choices = [0, 45, 90, 135, 180, 225, 270,...

Are you applying PCA at any stage during the feature stacking (in the iPython notebook)? In the file, max_dim appears to always be 'none', so the PCA is not being...