Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes nightly build 9/29 #541

Merged
merged 13 commits into from
Sep 30, 2020
Merged

Fixes nightly build 9/29 #541

merged 13 commits into from
Sep 30, 2020

Conversation

xadupre
Copy link
Collaborator

@xadupre xadupre commented Sep 29, 2020

No description provided.

xadupre and others added 13 commits September 24, 2020 16:42
…earn pipeline (#522)

* Add CastRegressor

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
* Fix nightly build

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
* add full tutorial to the documentation

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
* upgrade version to 1.7.1

Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
Signed-off-by: xavier dupré <xavier.dupre@gmail.com>
@@ -20,8 +20,8 @@ class TestSklearnTfidfVectorizerPipeline(unittest.TestCase):
def common_test_model_tfidf_vectorizer_pipeline_cls(
self, kind=None, verbose=False):
if kind == 'stop':
if ort_version.startswith('1.4'):
# regression with stopwords in onnxruntime 1.4
if ort_version.startswith('1.4') or ort_version.startswith('1.5'):
Copy link
Member

@wenbingl wenbingl Sep 29, 2020

Choose a reason for hiding this comment

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

is it true that ort_version >= 1.4 so there is no issue for 1.6 which may be two months later?

@xadupre xadupre merged commit 0736a35 into onnx:master Sep 30, 2020
@xadupre xadupre deleted the ciknn2 branch September 30, 2020 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants