Files
ReAgent/preprocessing
Zhengxing Chen 5dd6536bfc Fix timeline mdp length filter
Summary: Episode length at x percentile could be either Long or Double, depending on the percentileFunction being used. When the percentileFunction is `fb_approx_percentile`, `val pct_val = res.getAs[Double]("pct")​` would cause `java.lang.Long cannot be cast to java.lang.Double` error because `fb_approx_percentile` returns a Long but not a Double. See https://our.intern.facebook.com/intern/chronos/jobinstance?jobinstanceid=8680643934&smc=chronos_atn_admin_client&offset=0 for a failed job example.

Reviewed By: kittipatv

Differential Revision: D15236953

fbshipit-source-id: 643e5063f07ac12c8017089b5a672235aa9a1db5
2019-05-07 12:51:53 -07:00
..
2019-05-07 12:51:53 -07:00