Modin DF support (#6055)

* Modin DF support

* mode change

* tests were added, ci env was extended

* mode change

* Remove redundant installation of modin

* Add a pytest skip marker for modin

* Install Modin[ray] from PyPI

* fix interfering

* avoid extra conversion

* delete cv test for modin

* revert cv function

Co-authored-by: ShvetsKS <kirill.shvets@intel.com>
Co-authored-by: Hyunsu Cho <chohyu01@cs.washington.edu>
This commit is contained in:
ShvetsKS
2020-08-29 22:33:30 +03:00
committed by GitHub
parent 3a990433f9
commit c1ca872d1e
5 changed files with 187 additions and 2 deletions

View File

@@ -31,3 +31,4 @@ dependencies:
- pip:
- guzzle_sphinx_theme
- datatable
- modin[all]

View File

@@ -16,3 +16,4 @@ dependencies:
- pip
- pip:
- cupy-cuda101
- modin[all]