Skip to content

[AutoML] Rev AutoML public API; add required native references to AutoML projects #3364

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Apr 16, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
whitespace fix
  • Loading branch information
daholste committed Apr 16, 2019
commit 4b40e49435b1e25f99bb2bc00d7291264edd1046
2 changes: 1 addition & 1 deletion src/Microsoft.ML.Auto/Microsoft.ML.Auto.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
<ItemGroup>
<NativeAssemblyReference Include="CpuMathNative" />
<NativeAssemblyReference Include="FastTreeNative" />
<NativeAssemblyReference Include="SymSgdNative" />
<NativeAssemblyReference Include="SymSgdNative" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/mlnet/mlnet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<ItemGroup>
<NativeAssemblyReference Include="CpuMathNative" />
<NativeAssemblyReference Include="FastTreeNative" />
<NativeAssemblyReference Include="SymSgdNative" />
<NativeAssemblyReference Include="SymSgdNative" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ItemGroup>
<NativeAssemblyReference Include="CpuMathNative" />
<NativeAssemblyReference Include="FastTreeNative" />
<NativeAssemblyReference Include="SymSgdNative" />
<NativeAssemblyReference Include="SymSgdNative" />
</ItemGroup>

</Project>