Closed akroviakov closed 12 months ago
This PR introduces the following example usages:
basic_python_usage.ipynb
HDK
Some minor updates in HDK class in hdk.py: allow table refragmenting and easy gpu memory cleanup.
hdk.py
Looks good. Please check the debug_logs usage.
debug_logs
Modin doesn't use debug_logs:
~/modin$ grep -r "debug_logs" ~/modin$
This PR introduces the following example usages:
basic_python_usage.ipynb
to useHDK
class (now used in all examples).HDK
class usage.Some minor updates in
HDK
class inhdk.py
: allow table refragmenting and easy gpu memory cleanup.