* Implement predict_segmented_series for Pype, which resamples the prediction to the original time series sampling
* Updated feature rep example to show usage
* Introduced Segment class to replace SegmentX and SegmentXY, and as a base class for SegmentXYForecast to avoid code duplication
* Fix nn_training_curve example