Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Merge master into temp/docs #322

Merged
merged 194 commits into from
Oct 10, 2019
Merged

Conversation

najeeb-kazmi
Copy link
Member

@najeeb-kazmi najeeb-kazmi commented Oct 10, 2019

Towards #314

Update docs to 1.5.0.

GalOshri and others added 30 commits October 30, 2018 17:29
Updating readme with latest feedback.
…oft#40)

* Initial checkin

* Move to Hosted Mac pool

* Update README.md

* Manually copied naming changes over from master.

* Revert "Merge remote-tracking branch 'upstream/temp/docs'"

This reverts commit 93c7347, reversing
changes made to 2350069.

* Improve documentation regarding contributors.

* Fix email address.
Update scikit-learn website links to use https instead of http
mstfbl and others added 18 commits October 1, 2019 17:44
* Remove unnecessary code from Pipeline.transform that was causing a bug

* Update release-next.md

* Remove y argument from transform() method

* Update release-next.md

* Fix test
…ions of Python) (microsoft#297)

* Update Schema.py to remove the non-ASCII character

* Update build.cmd

* Update build.cmd

* Update build.cmd

* Revert "Update build.cmd"

This reverts commit cb79b9d.

* Upgreate pip for all Python versions
* Add PFI entrypoint

* Add PFI to Pipeline and BasePipelineItem, and examples

* Improved docs and sample

* Load model as PredictorModel, and remove label column and group ID column from EP inputs

* schema example reference

* Add test

* nit

* Update release-next.md

* Add tests to check PFI from loaded model

* Make SgdBinaryClassifier deterministic in test_estimator_checks.py

* Update ML.NET nugets to 1.4.0-preview2 and 0.16.0-preview2

* Fix test baseline values

* Fix Ranking PFI column names to work with with Py2.7 and Py3.5
…icrosoft#290)

* Add support for DateTime output.

* Add support for DateTime input columns.

* Add unit test for DateTime column input and output.

* Fix DateTime.Kind == Unspecified output from dprep.

* Update the csproj files to point to the latest nuget packages.

* Update the Tensorflow.NET library version.

* Fix azureml dprep not available for Python 2.7

* Fix missing sys import.

* Fix broken assertEqual on Python 3.5.
* Add test for fitting a BinaryDataStream.

* Use BinaryDataStream schema for retrieving feature columns in _init_graph_nodes.

* Add idv schema to BinaryDataStream.

* Fix DprepDataStream was passing in incorrect value to base class constructor.

* Remove column position check from unit test since it is unreliable on Python 3.5 and 2.7.
* Temporarily change running Mac pipeline to Python 3.6

* Temporary addition to view state of "result" in MacOS with Python 3.6

* Added additional temporary Python builds on Mac

* Added libtensorflow_framework.so.1 (microsoft#310)

* Revert "Temporary addition to view state of "result" in MacOS with Python 3.6"

This reverts commit d116dc8.

* Updated test_data_with_missing.test_input_conversion_to_float()

* Update test_data_with_missing.py

* Revert "Added additional temporary Python builds on Mac"

This reverts commit 1aa1526.

* Revert "Temporarily change running Mac pipeline to Python 3.6"

This reverts commit 4ec36fb.
* draft

* draft

* rollback

* new entrypoint

* add assert

* rollback

* no print in test

* up version

* only Single type is allowed for Feature vector

* fix comments, rename entrypoint

* convert to single

* fix type

* add feature contribution test

* rename pipeline.get_schema() to pipeline.gat_output_columns()

* fix build
@najeeb-kazmi najeeb-kazmi requested review from pieths and ganik October 10, 2019 01:31
@@ -30,69 +30,70 @@
<Compile Include="docs\sphinx\conf.py" />
<Compile Include="nimbusml\base_predictor.py" />
<Compile Include="nimbusml\base_transform.py" />
<Compile Include="nimbusml\cluster\_kmeansplusplus.py" />
<Compile Include="nimbusml\cluster\kmeansplusplus.py" />
Copy link
Collaborator

@pieths pieths Oct 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why were these renamed (see all changes in the file)? kmeansplusplus.py (and all the other files) without the underscore should not exist. They should have been renamed to have an underscore as the first letter.

<Content Include="nimbusml\datasets\_data\train-ticketchoice.csv" />
<Content Include="nimbusml\datasets\_data\train-twitter.gen-sample.tsv" />
<Content Include="nimbusml\datasets\_data\train_fs.csv" />
<Content Include="nimbusml\datasets\data\gplv2\airquality.csv" />
Copy link
Collaborator

@pieths pieths Oct 10, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this renamed? When Stephen and I worked on the docs, the data was always in the _data folder.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch. I must have missed this because there were no conflicts in nimbusml.pyproj. This is also why the CI run fails (TestPyproj.test_pyproj_existence and TestPyproj.test_pyproj_in - unit tests are passing.

@pieths
Copy link
Collaborator

pieths commented Oct 10, 2019

The CI run (unit tests) are not passing. Please fix before committing.

Copy link
Collaborator

@pieths pieths left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

@najeeb-kazmi najeeb-kazmi merged commit 5d44e0b into microsoft:temp/docs Oct 10, 2019
@najeeb-kazmi najeeb-kazmi deleted the 314 branch October 17, 2019 20:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.