Skip to content

Commit

Permalink
In-memory code gen for image scenarios (#1292)
Browse files Browse the repository at this point in the history
* enable forecasting scenario

* fix build

* update

* fix codegen

* fix codegen test
:

* fix automl service test

* fix try it out page

* clean up

* add program generator for local image

* fix local image console app generator

* fix azure code gen

* fix azure image classification bug

* fix tests

* fix tests

* fix tests

* fix test error

* fix tests

* fix tests

* fix tests

* fix tests
git

* update

* update

* update

* use sort

* use array.sort

* enable nls

* fix build

* fix build

* fix tests

* fix typo

* bump up version

* fix code snippet

* remove label from sampled data

* fix web api code gen

* Update ResampleStrategyProposer.cs

* fix typo
  • Loading branch information
LittleLittleCloud committed Oct 22, 2021
1 parent 5f7ed0b commit 389779f
Showing 1 changed file with 1 addition and 2 deletions.
@@ -1,8 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
<TargetFramework>net5.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 389779f

Please sign in to comment.