Skip to content

Commit 21549cc

Browse files
committed
Fix tables
1 parent a8d33ba commit 21549cc

File tree

13 files changed

+168
-168
lines changed

13 files changed

+168
-168
lines changed

docs/concepts/fs/feature_group/write_apis.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ You write to feature groups, and read from feature views.
22

33
There are 3 APIs for writing to feature groups, as shown in the table below:
44

5-
| | Stream API | Batch API | Connector API |
6-
|---|---|---|---|
7-
| Python | X | - | - |
5+
| | Stream API | Batch API | Connector API |
6+
| --- | --- | --- | --- |
7+
| Python | X | - | - |
88
| Spark | X | X | - |
9-
| Flink | X | - | - |
9+
| Flink | X | - | - |
1010
| External Table | - | - | X |
1111

1212
## Stream API

docs/tutorials/index.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@ This is a quick-start of the Hopsworks Feature Store; using a fraud use case we
2727

2828
This is a batch use case variant of the fraud tutorial, it will give you a high level view on how to use our python APIs and the UI to navigate the feature groups.
2929

30-
| Notebooks |
31-
| ----------- |
32-
| 1. [How to load, engineer and create feature groups](https://github.com/logicalclocks/hopsworks-tutorials/blob/master/batch-ai-systems/fraud_batch/1_fraud_batch_feature_pipeline.ipynb){:target="_blank"} |
30+
| Notebooks |
31+
| --- |
32+
| 1. [How to load, engineer and create feature groups](https://github.com/logicalclocks/hopsworks-tutorials/blob/master/batch-ai-systems/fraud_batch/1_fraud_batch_feature_pipeline.ipynb){:target="_blank"} |
3333
| 2. [How to create training datasets](https://github.com/logicalclocks/hopsworks-tutorials/blob/master/batch-ai-systems/fraud_batch/2_fraud_batch_training_pipeline.ipynb){:target="_blank"} |
34-
| 3. [How to train a model from the feature store](https://github.com/logicalclocks/hopsworks-tutorials/blob/master/batch-ai-systems/fraud_batch/3_fraud_batch_inference.ipynb){:target="_blank"} |
34+
| 3. [How to train a model from the feature store](https://github.com/logicalclocks/hopsworks-tutorials/blob/master/batch-ai-systems/fraud_batch/3_fraud_batch_inference.ipynb){:target="_blank"} |
3535

3636
### Online
3737

3838
This is a online use case variant of the fraud tutorial, it is similar to the batch use case, however, in this tutorial you will get introduced to the usage of Feature Groups which are kept in online storage, and how to access single feature vectors from the online storage
3939
at low latency.
4040
Additionally, the model will be deployed as a model serving instance, to provide a REST endpoint for real time serving.
4141

42-
| Notebooks |
43-
| ----------- |
44-
| 1. [How to load, engineer and create feature groups](https://github.com/logicalclocks/hopsworks-tutorials/blob/master/real-time-ai-systems/fraud_online/1_fraud_online_feature_pipeline.ipynb){:target="_blank"} |
42+
| Notebooks |
43+
| --- |
44+
| 1. [How to load, engineer and create feature groups](https://github.com/logicalclocks/hopsworks-tutorials/blob/master/real-time-ai-systems/fraud_online/1_fraud_online_feature_pipeline.ipynb){:target="_blank"} |
4545
| 2. [How to create training datasets](https://github.com/logicalclocks/hopsworks-tutorials/blob/master/real-time-ai-systems/fraud_online/2_fraud_online_training_pipeline.ipynb){:target="_blank"} |
46-
| 3. [How to train a model from the feature store and deploying it as a serving instance together with the online feature store](https://github.com/logicalclocks/hopsworks-tutorials/blob/master/real-time-ai-systems/fraud_online/3_fraud_online_inference_pipeline.ipynb){:target="_blank"} |
46+
| 3. [How to train a model from the feature store and deploying it as a serving instance together with the online feature store](https://github.com/logicalclocks/hopsworks-tutorials/blob/master/real-time-ai-systems/fraud_online/3_fraud_online_inference_pipeline.ipynb){:target="_blank"} |
4747

4848
## Churn Tutorial
4949

@@ -52,11 +52,11 @@ In this tutorial you will get introduced to the usage of Feature Groups which ar
5252
at low latency.
5353
Additionally, the model will be deployed as a model serving instance, to provide a REST endpoint for real time serving.
5454

55-
| Notebooks | |
56-
| ----------- | ------------------------------------ |
57-
| 1. How to load, engineer and create feature groups | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/batch-ai-systems/churn/1_churn_feature_pipeline.ipynb){:target="_blank"} |
58-
| 2. How to create training datasets | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/batch-ai-systems/churn/2_churn_training_pipeline.ipynb){:target="_blank"} |
59-
| 3. How to train a model from the feature store and deploying it as a serving instance together with the online feature store | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/batch-ai-systems/churn/3_churn_batch_inference.ipynb){:target="_blank"} |
55+
| Notebooks | |
56+
| --- | --- |
57+
| 1. How to load, engineer and create feature groups | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/batch-ai-systems/churn/1_churn_feature_pipeline.ipynb){:target="_blank"} |
58+
| 2. How to create training datasets | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/batch-ai-systems/churn/2_churn_training_pipeline.ipynb){:target="_blank"} |
59+
| 3. How to train a model from the feature store and deploying it as a serving instance together with the online feature store | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/batch-ai-systems/churn/3_churn_batch_inference.ipynb){:target="_blank"} |
6060

6161
## Integration Tutorials
6262

@@ -68,8 +68,8 @@ In this section you will find examples for some popular libraries and services.
6868
Great Expectations is a library for data validation.
6969
You can use Great Expectations within Hopsworks to validate data which is to be inserted into the feature store, in order to ensure that only high-quality features end up in the feature store.
7070

71-
| Notebooks | |
72-
| ----------- | ------------------------------------ |
71+
| Notebooks | |
72+
| --- | --- |
7373
| 1. A brief introduction to Great Expectations concepts which are relevant for integration with the Hopsworks MLOps platform | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/integrations/great_expectations/Great_Expectations_Hopsworks_Concepts.ipynb){:target="_blank"} |
7474
| 2. How to integrate Great Expectations seamlessly with your Hopsworks feature pipelines | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/integrations/great_expectations/fraud_batch_data_validation.ipynb){:target="_blank"} |
7575

@@ -79,8 +79,8 @@ Weights and Biases is a developer tool for machine learning model training that
7979

8080
This tutorial is a variant of the batch fraud tutorial using Weights and Biases for model training, tracking and as model registry.
8181

82-
| Notebooks | |
83-
| ----------- | ------------------------------------ |
84-
| 1. How to load, engineer and create feature groups | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/integrations/wandb/1_feature_groups.ipynb){:target="_blank"} |
85-
| 2. How to create training datasets | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/integrations/wandb/2_feature_view_creation.ipynb){:target="_blank"} |
86-
| 3. How to train a model from the feature store and use Weights and Biases to track the process | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/integrations/wandb/3_model_training.ipynb){:target="_blank"} |
82+
| Notebooks | |
83+
| --- | --- |
84+
| 1. How to load, engineer and create feature groups | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/integrations/wandb/1_feature_groups.ipynb){:target="_blank"} |
85+
| 2. How to create training datasets | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/integrations/wandb/2_feature_view_creation.ipynb){:target="_blank"} |
86+
| 3. How to train a model from the feature store and use Weights and Biases to track the process | [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/logicalclocks/hopsworks-tutorials/blob/master/integrations/wandb/3_model_training.ipynb){:target="_blank"} |

docs/user_guides/client_installation/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Supported versions of Python: 3.8, 3.9, 3.10, 3.11, 3.12 ([PyPI ↗](https://pyp
3131

3232
The Hopsworks library has several profiles that bring additional dependencies and enable additional functionalities:
3333

34-
| Profile Name | Description |
35-
| ------------------ | ------------- |
36-
| No Profile | This is the base installation. Supports interacting with the feature store metadata, model registry and deployments. It also supports reading and writing from the feature store from PySpark environments. |
37-
| `python` | This profile enables reading and writing from/to the feature store from a Python environment |
34+
| Profile Name | Description |
35+
| --- | --- |
36+
| No Profile | This is the base installation. Supports interacting with the feature store metadata, model registry and deployments. It also supports reading and writing from the feature store from PySpark environments. |
37+
| `python` | This profile enables reading and writing from/to the feature store from a Python environment |
3838
| `great-expectations` | This profile installs the [Great Expectations](https://greatexpectations.io/) Python library and enables data validation on feature pipelines |
39-
| `polars` | This profile installs the [Polars](https://pola.rs/) library and enables reading and writing Polars DataFrames |
39+
| `polars` | This profile installs the [Polars](https://pola.rs/) library and enables reading and writing Polars DataFrames |
4040

4141
You can install all the above profiles with the following command:
4242

0 commit comments

Comments
 (0)