Sarah Alnegheimish

Results 37 issues of Sarah Alnegheimish

Upgrading to latest mlprimitives 0.3 and mlblocks 0.4. Resolve #161.

Resolve #138.

Currently most pipelines share the same preprocessing primitives and in the following order: 1. `mlprimitives.custom.timeseries_preprocessing.time_segments_aggregate` this makes the signal equi-spaced based on the specified `interval`. 2. `sklearn.impute.SimpleImputer` for imputing missing...

new feature

As the number of pipelines in Orion grows, we most likely require additional dependencies. In some cases, pipelines are stored for benchmarking purposes (for example, `azure`). Sometimes, these packages are...

enhancement

Here is a suggestion to improve the hyperparameter storage of pipelines. Currently we have a lot of files of the style `pipeline_name/pipeline_name_dataset.json` to denote hyperparameter changes of the pipeline for...

enhancement

TadGAN migration to tensorflow 2.0 **1. Deprecation of `_Merge` layer** when generating the interpolated signal, we inherent `_Merge` ```python3 from keras.layers.merge import _Merge class RandomWeightedAverage(_Merge): def _merge_function(self, inputs): alpha =...

enhancement

New primitive to use `gluonts`'s implementation of DeepAR. **Note** `gluonts` requires the new version of pandas which is supported in the new version of `mlprimitives==0.2.6`. Once we make this update,...

new feature

> There is one thing that's particularly interesting for a pipeline in this case. I need to keep a place holder for `subscription_key` and `endpoint` within the `pipeline.json` such that...

* Orion version: 0.1.1 * Python version: 3.6 ### Description At the moment, the support for timeseries prediction is unrolled as the "shrunked" version of the timeseries in case where...