Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LSTM

**description**: this is a prediction model with double stacked LSTM layers used as a time series regressor. you can read more about it in the `related paper <https://arxiv.org/pdf/1802.04431.pdf>`__.

see `json <https://github.com/MLBazaar/mlstars/blob/master/mlstars/primitives/keras.Sequential.LSTMTimeSeriesRegressor.json>`__.
see `json <https://github.com/sintel-dev/ml-stars/blob/master/mlstars/primitives/keras.Sequential.LSTMTimeSeriesRegressor.json>`__.

====================== =================== ===========================================================================================================================================
argument type description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MinMaxScaler

**description**: this primitive transforms features by scaling each feature to a given range.

see `json <https://github.com/MLBazaar/mlstars/blob/master/mlstars/primitives/sklearn.preprocessing.MinMaxScaler.json>`__.
see `json <https://github.com/sintel-dev/ml-stars/blob/master/mlstars/primitives/sklearn.preprocessing.MinMaxScaler.json>`__.

==================== =================== =============================================================================================================
argument type description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SimpleImputer

**description**: this primitive is an imputation transformer for filling missing values.

see `json <https://github.com/MLBazaar/mlstars/blob/master/mlstars/primitives/sklearn.impute.SimpleImputer.json>`__.
see `json <https://github.com/sintel-dev/ml-stars/blob/master/mlstars/primitives/sklearn.impute.SimpleImputer.json>`__.

==================== ========================================================= ==========================================
argument type description
Expand Down
2 changes: 1 addition & 1 deletion docs/user_guides/primitives_pipelines/primitives/arima.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARIMA

**description**: this is an Autoregressive Integrated Moving Average (ARIMA) prediction model.

see `json <https://github.com/MLBazaar/mlstars/blob/master/mlstars/primitives/statsmodels.tsa.arima_model.Arima.json>`__.
see `json <https://github.com/sintel-dev/ml-stars/blob/master/mlstars/primitives/statsmodels.tsa.arima_model.Arima.json>`__.

==================== =================== ==================================================================
argument type description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ intervals to mask

**description**: this primitive creates boolean mask from given intervals.

see `json <https://github.com/MLBazaar/mlstars/blob/master/mlstars/primitives/mlstars.custom.timeseries_preprocessing.intervals_to_mask.json>`__.
see `json <https://github.com/sintel-dev/ml-stars/blob/master/mlstars/primitives/mlstars.custom.timeseries_preprocessing.intervals_to_mask.json>`__.

==================== =============================== =================================================================================================================================
argument type description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rolling window sequence

**description**: this primitive generates many sub-sequences of the original sequence. it uses a rolling window approach to create the sub-sequences out of time series data.

see `json <https://github.com/MLBazaar/mlstars/blob/master/mlstars/primitives/mlstars.custom.timeseries_preprocessing.rolling_window_sequences.json>`__.
see `json <https://github.com/sintel-dev/ml-stars/blob/master/mlstars/primitives/mlstars.custom.timeseries_preprocessing.rolling_window_sequences.json>`__.

==================== ============================================================== ==================================================================
argument type description
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ time segments aggregate

**description**: this primitive creates an equi-spaced time series by aggregating values over fixed specified interval.

see `json <https://github.com/MLBazaar/mlstars/blob/master/mlstars/primitives/mlstars.custom.timeseries_preprocessing.time_segments_aggregate.json>`__.
see `json <https://github.com/sintel-dev/ml-stars/blob/master/mlstars/primitives/mlstars.custom.timeseries_preprocessing.time_segments_aggregate.json>`__.

==================== =========================================== =============================================================================================================================
argument type description
Expand Down