Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Set of new timeseries transforms #475

Open
wants to merge 44 commits into
base: master
Choose a base branch
from
Open

Set of new timeseries transforms #475

wants to merge 44 commits into from

Conversation

ganik
Copy link
Member

@ganik ganik commented Mar 31, 2020

New transforms added:
LagLeadOperator
SimpleRollingWindow
AnalyticalRollingWindow
ShortDrop
ForecastingPivot

nuget.config Outdated
@@ -5,5 +5,7 @@
</config>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="MachineLearning" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/MachineLearning/nuget/v3/index.json" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove these entries

<PackageReference Include="Microsoft.ML.LightGBM" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.OnnxConverter" Version="0.17.0-preview2" />
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML" Version="1.5.0-preview3*" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove *

<PackageReference Include="Microsoft.ML.CpuMath" Version="1.5.0-preview3*" />
<PackageReference Include="Microsoft.ML.EntryPoints" Version="0.17.0-preview3*" />
<PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.5.0-preview3*" />
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.5.0-preview3*" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove *

<Compile Include="nimbusml\internal\core\timeseries\iidchangepointdetector.py" />
<Compile Include="nimbusml\internal\core\timeseries\iidspikedetector.py" />
<Compile Include="nimbusml\internal\core\timeseries\lagleadoperator.py" />
<Compile Include="nimbusml\internal\core\timeseries\shortdrop.py" />
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better name for ShortDrop

@ganik
Copy link
Member Author

ganik commented Mar 31, 2020

Unit tests & examples TBD

@ganik ganik requested a review from angryjinyan April 19, 2020 16:05
ganik and others added 10 commits April 19, 2020 09:07
Get dependency on ort-featurizers
* tests completed

* refactor tests

* resolve comments

* resolve comments

* resolve comments
* Add callstack field to BrdigeRuntime exception (#483)

* Add exception stack to the error message

* Add callstack field

Co-authored-by: Gani Nazirov <[email protected]>

* Add callstack field to BrdigeRuntime exception (#483)

* Add exception stack to the error message

* Add callstack field

Co-authored-by: Gani Nazirov <[email protected]>

* revert "Add callstack field to BrdigeRuntime exception (#483)"

This reverts commit 569ea7b.

* add in DateTimeSplitter tests for country

* add in big tests for more featurizers

Co-authored-by: Gani Nazirov <[email protected]>
Co-authored-by: Gani Nazirov <[email protected]>
@ganik ganik closed this May 3, 2020
@ganik ganik reopened this May 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants