Mustafa Bal

Results 3 issues of Mustafa Bal

This PR adds Windows build instructions for the repo. The repo does not compile without using the [MSVC x64 toolset](https://docs.microsoft.com/en-us/cpp/build/how-to-enable-a-64-bit-visual-cpp-toolset-on-the-command-line?view=msvc-160#use-vcvarsallbat-to-set-a-64-bit-hosted-build-architecture). The given instructions in the PR is the same way...

cla signed

**Describe the bug** Tests in test_wordembedding.py are being skipped on all versions of Python on CentOS7 and Ubuntu 14. Here is the blurb stating the "todo fix": https://github.com/microsoft/NimbusML/blob/b57cfccd3f493c21e6e61f4cb80c8ccef89e2505/src/python/nimbusml/tests/feature_extraction/text/test_wordembedding.py#L22-L40 In short,...

P2

FactorizationMachineBinaryClassifier is disabled from runnning in several tests cases in test_onevsrestclassifier.py ``` class TestOneVsRestClassfier(unittest.TestCase): def test_predict_proba_produces_distribution_sum_to_1(self): clfs = [ # TODO: BUG 231482 , why doesnt FM work # FactorizationMachineBinaryClassifier(),...