Skip to content

MatrixFactorizationSimpleTrainAndPredict() on MacOS is broken #4874

@mstfbl

Description

@mstfbl

The test MatrixFactorizationSimpleTrainAndPredict() is run on MacOS, but its calculate MSE is not checked. It is denoted as "broken" on MacOS.

else if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX))
{
// The Mac case is just broken. Should be fixed later. Re-enable when done.
// Mac case
//var expectedMacL2Error = 0.61192207960271; // Mac baseline
//Assert.InRange(metrices.L2, expectedMacL2Error - 5e-3, expectedMacL2Error + 5e-3); // 1e-7 is too small for Mac so we try 1e-5
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Priority of the issue for triage purpose: Needs to be fixed soon.testrelated to tests

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions