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

DOCS-#3904: Improving Modin README #3929

Merged
merged 24 commits into from
Jan 25, 2022
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
development change
Signed-off-by: Naren Krishna <naren@ponder.io>
  • Loading branch information
naren-ponder committed Jan 24, 2022
commit 9db68d81caf521b0ab7fb4393cfcf6510188d66b
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ os.environ["MODIN_ENGINE"] = "dask" # Modin will use Dask
import modin.pandas as pd
```

Check [this Modin docs section](https://modin.readthedocs.io/en/latest/developer/using_omnisci.html) for Omnisci engine setup.
Check [this Modin docs section](https://modin.readthedocs.io/en/latest/development/using_omnisci.html) for Omnisci engine setup.

**Note: You should not change the engine after your first operation with Modin as it will result in undefined behavior**

Expand All @@ -115,7 +115,7 @@ On Linux, MacOS, and Windows you can install and use either Ray or Dask. There i
to use either of these engines as Modin abstracts away all of the complexity, so feel
free to pick either!

On Linux you also can choose [Omnisci](https://modin.readthedocs.io/en/latest/developer/using_omnisci.html), which is an experimental
On Linux you also can choose [Omnisci](https://modin.readthedocs.io/en/latest/development/using_omnisci.html), which is an experimental
engine based on [OmnisciDB](https://www.omnisci.com/platform/omniscidb) and included in the
[Intel® Distribution of Modin](https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/distribution-of-modin.html),
which is a part of [Intel® oneAPI AI Analytics Toolkit (AI Kit)](https://www.intel.com/content/www/us/en/developer/tools/oneapi/ai-analytics-toolkit.html).
Expand Down