Skip to content

Commit

Permalink
Updated NuGet packages
Browse files Browse the repository at this point in the history
  • Loading branch information
bartczernicki committed Mar 6, 2021
1 parent 746cc23 commit f2cfd2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@

<ItemGroup>
<PackageReference Include="Blazored.Typeahead" Version="4.5.1" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.16.0" />
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.7.0" />
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.17.0" />
<PackageReference Include="Microsoft.Azure.SignalR" Version="1.7.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.ML" Version="1.5.4" />
<PackageReference Include="Microsoft.ML" Version="1.5.4" />
<PackageReference Include="Microsoft.ML.FastTree" Version="1.5.4" />
<PackageReference Include="Microsoft.Extensions.ML" Version="1.5.5" />
<PackageReference Include="Microsoft.ML" Version="1.5.5" />
<PackageReference Include="Microsoft.ML.FastTree" Version="1.5.5" />
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.8" />
</ItemGroup>

Expand Down
4 changes: 2 additions & 2 deletions BaseballMachineLearningWorkbench/Pages/InfoAndResources.razor
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
<a href="https://www.amazon.com/s?k=bart+czernicki" target="_blank"><i class="fa fa-amazon" aria-hidden="true"></i> </a>
</h6>
<h6 class="pb-2 mb-0"><b>Baseball ML Workbench Version: </b>1.0.0</h6>
<h6 class="pb-2 mb-0"><b>Date Last Updated: </b>02.09.2021</h6>
<h6 class="pb-2 mb-0"><b>Date Last Updated: </b>03.06.2021</h6>
<h6 class="pb-2 mb-0"><b>Machine Learning Models Last Updated Date (version): </b>05.30.2020</h6>
<h6 class="pb-2 mb-0"><b>Last complete baseball season data (year) used: </b>2019</h6>
<h6 class="pb-2 mb-0"><b>ASP.NET Core Version: </b>3.1.3 LTS</h6>
<h6 class="pb-2 mb-0"><b>ML.NET Version: </b>1.5.4</h6>
<h6 class="pb-2 mb-0"><b>ML.NET Version: </b>1.5.5</h6>
<h6 class="pb-2 mb-0"><b>Workbench Source Code: </b><a href="https://github.com/bartczernicki/MachineLearning-BaseballPrediction-BlazorApp" target="_blank">GitHub Source Code Repository</a></h6>
<h6 class="pb-2 mb-0"><b>Microsoft Architecture Site - Baseball decision analysis with ML.NET and Blazor: </b><a href="https://docs.microsoft.com/en-us/azure/architecture/data-guide/big-data/baseball-ml-workload" target="_blank">Baseball decision analysis with ML.NET and Blazor</a></h6>
<h6 class="pb-2 mb-0"><b>DockerHub Repository: </b><a href="https://hub.docker.com/r/bartczernicki/baseballmachinelearningworkbench" target="_blank">DockerHub Repository</a></h6>
Expand Down

0 comments on commit f2cfd2a

Please sign in to comment.