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

Conversation

@pieths
Copy link
Collaborator

@pieths pieths commented Aug 9, 2019

No description provided.

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
pieths and others added 27 commits July 18, 2019 14:15
* Save the model file when pickling a NimbusML Pipeline.

* Add version to the pickled Pipeline.

* Add the steps attribute to a pickled Pipeline instance.

* Add extra unit test for pickled nimbusml pipelines.

* Add export_version to pickled base_pipeline_items.
Remove unnecessary export_version attribute from an unpickled Pipeline.
* Remove stored references to X and y in BasePredictor.

* Remove unnecessary scikit-learn import.
…ctor (microsoft#196)

* Add get_feature_contributions to Pipeline and BasePredictor, add example

* Add tests
…microsoft#200)

* Add classes_ to Pipeline and/or predictor when calling predict_proba.

* Update test_estimator_checks.py to skip the check_dict_unchanged
test for any estimator which supports predict_proba or decision_function.
…put columns to float before performing the transform. (microsoft#204)

Fixes microsoft#203.
…del. (microsoft#208)

* Initial test implementation of combining 2 or more models in to one.

* Added support to Pipeline.combine_models for combining other types of items
and transform only inputs.

* Combine Pipeline._evaluation_infer and _evaluation in to one method.
This fixes an issue where a classifier graph would not contain the
correct nodes after calling Pipeline._predict().

* Missing part of previous check-in.

* Fix the Pipeline.combine_models signature to work with Python 2.7.
…ng. (microsoft#212)

Add classifier and FileDataStream unit tests to test_pipeline_combining.
* up version

* Up the version

* renamed factorization lib

* remove matrix factorization lib ref

* dbg libs

* fix libtensorflow framework

* package more libs

* add mkl proxy
* Enable EnsembleClassifier

* nit

* Enable EnsembleRegressor

* Add output combiners

* Add sub model selectors

* Update examples

* Add documentation for components

* Add diversity measure

* Improve examples

* Add tests

* Fix test_estimator_checks
* Add --installPythonPackages flag to build scripts

* close if statement in build.sh

* fix --runTestsOnly
@pieths pieths merged commit 909bd6f into microsoft:temp/docs Aug 12, 2019
@pieths pieths deleted the temp/docs branch August 12, 2019 15:46
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.