{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "## HSFS feature exploration\n", "\n", "In this notebook we are going to walk through how to use the HSFS library to explore feature groups and features in the Hopsworks Feature Store. \n", "\n", "A key component of the Hopsworks feature store is to enable sharing and re-using of features across models and use cases. As such, the HSFS libraries allows user to join features from different feature groups and use them to create training datasets.\n", "Features can be taken also from different feature stores (projects) as long as the user running the notebook has the read access to those.\n", "\n", "\n", "\n", "As for the [feature_engineering](./feature_engineering.ipynb) notebook, the first step is to establish a connection with the feature store and retrieve the project feature store handle." ] }, { "cell_type": "code", "execution_count": 1, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Starting Spark application\n" ] }, { "data": { "text/html": [ "
ID | YARN Application ID | Kind | State | Spark UI | Driver log |
---|---|---|---|---|---|
5 | application_1604957327609_0009 | pyspark | idle | Link | Link |