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

Fix build and test failures in the aml branch. #418

Merged
merged 110 commits into from
Jan 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
110 commits
Select commit Hold shift + click to select a range
ebf03e9
Draft, adding CategoryImputer, ToKeyImputer, ToString transformers
ganik Aug 23, 2019
600f5a5
Merge branch 'master' into ganik/aml
ganik Aug 23, 2019
ac12b2f
add tests
ganik Aug 23, 2019
62d3874
prelim commit
ganik Aug 24, 2019
2dec203
update manifest, fix unit tests/examples
ganik Aug 28, 2019
bb9dd73
upgrade version
ganik Aug 30, 2019
4034c8a
fix tests
ganik Aug 30, 2019
deecf05
temp hack fix for native libs
ganik Aug 30, 2019
e2ef393
copy libFeaturizers.so
ganik Aug 30, 2019
6c85423
fix version
ganik Aug 30, 2019
7fc9e08
fix cp
ganik Aug 30, 2019
2dff122
fix version
ganik Aug 30, 2019
ab32ad1
Update ML.Net version number.
Sep 4, 2019
96904c4
Update the examples and unit tests.
Sep 4, 2019
74df1e7
Update to latest version of the Featurizers library.
Sep 4, 2019
b310fc2
Fix test_tostring unit test.
Sep 4, 2019
f10ac43
Temporarily skip the estimator checks unit tests.
Sep 4, 2019
e13263a
Upgrade pip to the latest version when installing the Python
Sep 5, 2019
fe37274
Update test_estimator_checks for the three new transformers.
Sep 6, 2019
c928293
Remove extra comma from test_estimator_checks.
Sep 6, 2019
4d6807e
Update the ML.Net version.
Sep 6, 2019
f3e8417
Merge pull request #4 from pieths/aml
ganik Sep 6, 2019
7f20259
Merge branch 'master' into ganik/aml
ganik Sep 6, 2019
9c23cc4
Merge branch 'ganik/aml' of https://github.com/ganik/NimbusML into ga…
ganik Sep 11, 2019
46b5716
Merge branch 'master' into ganik/aml
ganik Sep 11, 2019
2c4630c
Add TimeSeriesImputer
ganik Sep 11, 2019
03a218c
Add country param to DateTimeSplitter
ganik Sep 17, 2019
1454256
Upgrade TensorFlow.NET version. Required by latest version of Microso…
Sep 18, 2019
e0bf89e
Update ML.Net version and import new AutoMLFeaturizers package.
Sep 18, 2019
a69cf6e
Add back in the accidentally removed tests from test_data_with_missin…
Sep 18, 2019
b1a8073
Update the DateTimeSplitter examples.
Sep 18, 2019
2d89f49
Update the ToKeyImputer examples.
Sep 18, 2019
d434492
Update the ToString examples.
Sep 18, 2019
a726b23
Merge pull request #5 from pieths/aml
ganik Sep 19, 2019
b420f79
Merge branch 'master' into ganik/aml
ganik Sep 19, 2019
b3e78dd
Merge branch 'master' into ganik/aml
ganik Sep 19, 2019
088d437
Update build to support latest nuget packages and updates.
Sep 20, 2019
feef418
Remove copy of libFeaturizers from linux build script.
Sep 20, 2019
6b8c5c5
Merge pull request #6 from pieths/aml
ganik Sep 20, 2019
ecb5f3b
Add TimeSeriesImputer to the NimbusML project.
Sep 20, 2019
b1f473f
Merge pull request #7 from pieths/aml
ganik Sep 20, 2019
7f1917f
Add initial DataFrame based example for TimeSeriesImputer.
Sep 23, 2019
d4a78ae
Update to the latest version of manifest.json.
Sep 23, 2019
ed9ec73
Add missing project include for the TimeSeriesImputer example.
Sep 23, 2019
eb36294
Update the DateTimeSplitter examples.
Sep 23, 2019
15d026c
Update build files to copy over the Data folder which is required for…
Sep 23, 2019
4904acf
Add a unit test for testing the holiday name return value for DateTim…
Sep 23, 2019
5edf0d8
Add unit test for ToKeyImputer.
Sep 23, 2019
a775a92
Update to latest version of manifest.json. Makes grain input required…
Sep 23, 2019
34f6ba6
Update TimeSeriesImputer_df example.
Sep 23, 2019
18ee975
Remove TimeSeriesImputer from test_estimator_checks.
Sep 23, 2019
7b05312
Update nuget.config to point to relative directory for ml.net packages.
Sep 24, 2019
b0fb48d
Add unit test for TimeSeriesImputer.
Sep 24, 2019
f62c17a
Use environmental variable to specify the local ml.net nuget package …
Sep 24, 2019
a4cf299
Update to the latest version of ml.net.
Sep 24, 2019
db36336
Add latest version of nuget packages for building.
Sep 24, 2019
9ef9baf
Merge pull request #8 from pieths/aml
ganik Sep 24, 2019
913e785
Merge branch 'master' into ganik/aml
ganik Sep 24, 2019
a697082
Update to the latest windows ml.net binaries.
Sep 24, 2019
5c8fbc4
Add linux ml.net binaries.
Sep 24, 2019
e3b5473
Merge pull request #9 from pieths/aml
ganik Sep 24, 2019
13cb163
adding correct nuget packages/location
michaelgsharp Sep 24, 2019
5b2fc0c
adding correct ML.NET signed packages
michaelgsharp Sep 24, 2019
765164f
adding correct ML.NET signed packages
michaelgsharp Sep 24, 2019
b9da669
Merge pull request #10 from michaelgsharp/ganik/aml
ganik Sep 24, 2019
3d5a973
Merge branch 'master' into ganik/aml
ganik Sep 24, 2019
6b24db6
Merge branch 'master' into ganik/aml
ganik Sep 26, 2019
afcdda1
Update the referenced ML.Net versions.
Oct 4, 2019
28c8e16
Update to the latest version of the manifest.
Oct 4, 2019
7910a8e
Add RobustScaler to the public API.
Oct 4, 2019
678ce5b
Fix spacing bug in RobustScalar in manifest.json.
Oct 4, 2019
a79ba3e
Merge branch 'upstream-master' into aml
Oct 4, 2019
b3e61be
Merge pull request #13 from pieths/aml
ganik Oct 4, 2019
3c08c41
Merge branch 'master' into ganik/aml
ganik Oct 4, 2019
cbae53a
Update to the latest version of manifest.json which contains naming f…
Oct 7, 2019
76b00c3
Merge pull request #14 from pieths/aml
ganik Oct 7, 2019
3cc1c75
Update to latest unsigned nuget packages for testing RobustScaler and…
Oct 8, 2019
907f6b5
Add RobustScaler unit tests and examples.
Oct 8, 2019
f0a3c95
Merge branch 'upstream-master' into aml
Oct 8, 2019
ebb1c7f
Merge pull request #15 from pieths/aml
ganik Oct 8, 2019
f8d1d9e
Update to the latest signed ML.Net nugets.
Oct 8, 2019
5e839d3
Merge pull request #16 from pieths/aml
ganik Oct 8, 2019
aeb8e6e
Merge branch 'master' into ganik/aml
ganik Oct 9, 2019
0952d52
Fix RobustScaler checks in test_estimator_checks.
Oct 9, 2019
90ff473
Merge pull request #17 from pieths/aml
ganik Oct 9, 2019
31416f3
Merge branch 'master' into ganik/aml
ganik Oct 9, 2019
932ae12
up version
ganik Oct 9, 2019
9572489
Merge branch 'upstream-master' into aml
Oct 28, 2019
6410f26
Merge pull request #18 from pieths/aml
ganik Oct 28, 2019
962113e
Update to the latest version of ML.Net.
Dec 27, 2019
55ab4eb
Whitespace change to start a new CI run to see if the mac build is wo…
Dec 30, 2019
c883590
Initial implementation of DateTimeSplitter. Ported from the aml branch.
Dec 30, 2019
ee41bad
Merge branch 'master' into datetime-featurizer
Dec 30, 2019
77c36c9
Merge branch 'master' into datetime-featurizer
ganik Jan 4, 2020
5f5b464
Merge branch 'master' into datetime-featurizer
Jan 6, 2020
92d47f6
Merge branch 'datetime-featurizer' of https://github.com/pieths/Nimbu…
Jan 6, 2020
cf16a1e
Fix missing import in test_datetimesplitter.
Jan 6, 2020
c135be2
Fix issue with ColumnSelector when dropping columns after DateTimeSpl…
Jan 6, 2020
284fcd7
Use latest ML.Net dev packages from MachineLearning feed.
Jan 17, 2020
ad00b70
Re-enable the default nuget.org feed. It does not appear to cause
Jan 17, 2020
258a799
Add whitespace change to restart CI build. Linux timed out.
Jan 21, 2020
c542c1d
Fix build issue when using pip version >= 20.0.0
Jan 21, 2020
4c5bac1
Merge branch 'master' into nuget_update
Jan 21, 2020
5e8da52
Merge branch 'ganik-aml' into aml
Jan 23, 2020
73496e2
Merge branch 'datetime-featurizer' into aml
Jan 23, 2020
5411a93
Merge branch 'nightly' into aml
Jan 23, 2020
29d7188
Remove local-nuget-packages, fix build and test_estimator_checks fail…
Jan 23, 2020
d30cc47
Remove DateTimeSplitter duplicates in nimbusml.pyproj
Jan 23, 2020
c84412b
Remove duplicate ML.Featurizers import.
Jan 23, 2020
85c659a
Merge branch 'aml' of https://github.com/microsoft/NimbusML into aml
Jan 27, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
26 changes: 14 additions & 12 deletions src/DotNetBridge/DotNetBridge.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,20 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.ML" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.CpuMath" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.EntryPoints" Version="0.17.0-preview2" />
<PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.LightGBM" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.TensorFlow" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.Vision" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.Ensemble" Version="0.17.0-preview2" />
<PackageReference Include="Microsoft.ML.TimeSeries" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.DataPrep" Version="0.0.3.2-preview2" />
<PackageReference Include="Microsoft.ML" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.CpuMath" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.EntryPoints" Version="0.17.0-preview*" />
<PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.LightGBM" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.TensorFlow" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.Vision" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.Ensemble" Version="0.17.0-preview*" />
<PackageReference Include="Microsoft.ML.TimeSeries" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.Featurizers" Version="0.17.0-preview*" />
<PackageReference Include="Microsoft.MLFeaturizers" Version="0.3.5" />
<PackageReference Include="Microsoft.DataPrep" Version="0.0.3.2-preview" />
<PackageReference Include="TensorFlow.NET" Version="0.11.8.1" />
<PackageReference Include="SciSharp.TensorFlow.Redist" Version="1.14.0" />
</ItemGroup>
Expand Down
24 changes: 12 additions & 12 deletions src/Platforms/build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.ML" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.CpuMath" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.EntryPoints" Version="0.17.0-preview2" />
<PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.LightGBM" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.TensorFlow" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.Vision" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.Ensemble" Version="0.17.0-preview2" />
<PackageReference Include="Microsoft.ML.TimeSeries" Version="1.5.0-preview2" />
<PackageReference Include="Microsoft.ML.Featurizers" Version="0.17.0-preview2" />
<PackageReference Include="Microsoft.ML" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.CpuMath" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.EntryPoints" Version="0.17.0-preview*" />
<PackageReference Include="Microsoft.ML.Mkl.Components" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.ImageAnalytics" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.LightGBM" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.OnnxTransformer" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.TensorFlow" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.Vision" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.Ensemble" Version="0.17.0-preview*" />
<PackageReference Include="Microsoft.ML.TimeSeries" Version="1.5.0-preview*" />
<PackageReference Include="Microsoft.ML.Featurizers" Version="0.17.0-preview*" />
<PackageReference Include="Microsoft.MLFeaturizers" Version="0.3.5" />
<PackageReference Include="Microsoft.DataPrep" Version="0.0.3.2-preview" />
<PackageReference Include="TensorFlow.NET" Version="0.11.8.1" />
Expand Down
1 change: 1 addition & 0 deletions src/python/nimbusml.pyproj
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<Compile Include="nimbusml\examples\ColumnConcatenator.py" />
<Compile Include="nimbusml\examples\examples_from_dataframe\RobustScaler_df.py" />
<Compile Include="nimbusml\examples\examples_from_dataframe\TimeSeriesImputer_df.py" />
<Compile Include="nimbusml\examples\examples_from_dataframe\VotingRegressor.py" />
<Compile Include="nimbusml\examples\RobustScaler.py" />
<Compile Include="nimbusml\examples\examples_from_dataframe\NGramExtractor_df.py" />
<Compile Include="nimbusml\examples\examples_from_dataframe\PrefixColumnConcatenator_df.py" />
Expand Down