Prerequiste Tasks

Configure Colab & Data Integration for ML ..

You will need to complete the following prerequisites:

  • Install Python

  • Create a Google CoLab account

  • Install R (optional R Studio)

  • Configure Pentaho Data Integration with R

Google Colab

Colab is a Python development environment, based on Jupyter Notebooks, that runs in the browser using Google Cloud.

It provides a runtime, fully configured for deep learning libraries, such as Keras, TensorFlow, PyTorch, and OpenCV.

If you haven't already .. sign up for a free account..!!

Link to Google Colab
Google Colab

The following prerequiste steps configure your environment to RUN ML data pipelines in Pentaho Data Integration.

Python

  1. Make sure all installed Packages are up-to-date.

  1. Check to see if Python is installed.


Install the latest Python version

  1. Install dependencies.

  1. Import key for PPA deadsnakes.

  1. Add Repository.

  1. Renew the cache, then find current Python version.

  1. Install latest version.

  1. Create symlink.


Different Python versions

You may have a particular one you want as the default for users needing multiple versions of Python on their system.

  1. List the python versions:

  1. Set the Python version:

  1. Then set the required version:

Last updated

Was this helpful?