Skip to content

Commit

Permalink
Merge branch 'documentation' into temp/docs (microsoft#143)
Browse files Browse the repository at this point in the history
* merge master to documentation branch

* fixed the ModuleNotFoundError for WordEmbedding_df.py

* Fixed the issue when generating the documentation guide and concepts

* Moved _static to the right folder, and change PY36 to PY37 now

* Made it work with Python3.6

* Put long running tests in to their own folder to shorten build times. (microsoft#136)

* Temporarily remove the dataframe examples from the test run
to see how much that effects the test length.

* Remove all examples from the tests to see how it impacts the CI run.

* Put long running tests in to their own folder to shorten build times.

* Update nimbusml.pyproj to reflect the newly moved test files.
Forgot to save the nimbusml.pyproj in visual studio.
  • Loading branch information
Stephen0620 authored and Tsung-Sheng Huang (Hi-Tech Talents LLC) committed Jul 4, 2019
1 parent 378be9b commit 0cd6644
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -348,3 +348,9 @@ data.csv
data.txt

/build/TestCoverageReport

# The folder generated by make_yaml.bat
*_build
*mymodeluci.zip
build/sphinxmdoutput-0.2.4.1-py3-none-any.whl
*build
2 changes: 1 addition & 1 deletion src/python/docs/sphinx/apiguide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Multiclass Classifiers
,, :py:class:`OneVsRestClassifier<nimbusml.multiclass.OneVsRestClassifier>` ,, Yes ,, Yes ,,


Regressors Classifiers
Regressors
""""""""""""""""""""""

,, Trainer ,,
Expand Down

0 comments on commit 0cd6644

Please sign in to comment.