Databricks
Using DataHeroes within your Databricks environment is very easy and requires a single step in which the dh_spark library, DataHeroes library for distributed architectures such as Databricks clusters, is installed.
dh_spark, can be installed in one of the following ways:
- Cluster Library Tab: Upload the provided 
dh_spark.whlfile to your cluster via the Libraries tab in the Databricks UI. - Magic Command: Use the 
pip magiccommand to install the library directly in your notebook. For example:pip install /dbfs/path/to/your/dh_spark_library.whl. Be sure to replace/dbfs/path/to/your/dh_spark_library.whlwith the actual path to the .whl file in your Databricks File System (DBFS). 
Once the library is installed, follow this example to train higher quality machine learning models, using DataHeroes state-of-the-art data reduction and data cleaning techniques on Databricks’ powerful clusters.