зеркало из https://github.com/microsoft/mwt-ds.git
fixed unit test
This commit is contained in:
Родитель
b67e1359c6
Коммит
4350dec357
|
@ -8,6 +8,7 @@ using System.IO;
|
|||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.WindowsAzure.Storage;
|
||||
using VW.Serializer;
|
||||
|
||||
namespace ClientDecisionServiceTest
|
||||
{
|
||||
|
@ -38,7 +39,7 @@ namespace ClientDecisionServiceTest
|
|||
};
|
||||
|
||||
using (var ds = DecisionService
|
||||
.Create<TestRcv1Context>(dsConfig)
|
||||
.Create<TestRcv1Context>(dsConfig, TypeInspector.Default)
|
||||
// TODOD: .WithEpsilonGreedy(.5f)
|
||||
.ExploitUntilModelReady(new ConstantPolicy<TestRcv1Context>(ctx => ctx.Features.Count)))
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче