Calmcode - scikit metrics: sample weight

Sample Weight

1 2 3 4 5 6 7 8 9 10 11 12

To run the whole thing with sample_weight, you only need to run;

grid.fit(X, y, sample_weight=np.log(1 + df['Amount']));

Note that we're not using the sample_weight in our own custom scorer, but you should see a huge effect on the metric.