* update mlflow version to match the other azureml versions
* Update generate_conda_file.py
* added temporary
* doc: update github url references
* docs: update nlp recipes references
* Minor bug fix for text classification of multi languages notebook
* remove bert and xlnet notebooks
* remove obsolete tests and links
* Add missing tmp directories.
* fix import error and max_nodes for the cluster
* Minor edits.
* Attempt to fix test device error.
* Temporarily pin transformers version
* Remove gpu tags temporarily
* Test whether device error also occurs for SequenceClassifier.
* Revert temporary changes.
* Revert temporary changes.
1. And remove setuptools_scm dependencies due to permission issues with pip and scm
2. Add instruction that removes the need to update pip if any changes are made to utils package.
3. Document the known issue with setuptools_scm and pip that fails to give setuptools_scm permission to scm metadata files.
Configure setup.py to read version automatically
Update `bumpversion.cfg` versioning default commit msg template
Pull semantic version from setuptools_scm
Update documentation
- Added pip wheel metadata to gitignore
- Created the setup.py file exposing only the utils_nlp directory
- updated setup documentation Specifying that windows installation breaks
- add steps to use pip to install repo
- update pip install documentation to use ssh and avoid asking for name and password 2. Point to the right egg file
- match version number to August from review comment in init.py
- Add Manifest.in to source distribution
- Update documentation warning users of windows installation issues