You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hamilton-ui/ui.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ Then, navigate to the project page (dashboard/projects), in the running UI, and
157
157
Remember the project ID -- you'll use it for the next steps.
158
158
159
159
Existing Apache Hamilton Code
160
-
----------------------
160
+
------------------------------------
161
161
Add the following adapter to your code if you have existing Apache Hamilton code:
162
162
163
163
.. code-block:: python
@@ -183,7 +183,7 @@ Then run your DAG, and follow the links in the logs! Note that the link is corre
183
183
the local mode -- if you're on postgres it links to 8241 (but you'll want to follow it to 8241).
184
184
185
185
I need some Apache Hamilton code to run
186
-
--------------------------------
186
+
----------------------------------------------
187
187
If you don't have Apache Hamilton code to run this with, you can run Apache Hamilton UI example under `examples/hamilton_ui <https://github.com/apache/hamilton/tree/main/examples/hamilton_ui>`_:
Copy file name to clipboardExpand all lines: docs/how-tos/use-for-feature-engineering.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Here is a sketch of the above pattern:
52
52
53
53
54
54
Apache Hamilton Example
55
-
^^^^^^^^^^^^^^^^
55
+
^^^^^^^^^^^^^^^^^^^^^^^
56
56
We do not provide a specific example here, since most of the examples in the examples folder fall under this category.
57
57
Some examples to browse:
58
58
@@ -96,7 +96,7 @@ Here's a sketch of how you might use Apache Hamilton in conjunction with a Kafka
96
96
97
97
98
98
Apache Hamilton Example
99
-
^^^^^^^^^^^^^^^^
99
+
^^^^^^^^^^^^^^^^^^^^^^^
100
100
Currently we don't have a streaming example. But we are working on it. We direct users to look at the online example
101
101
for now, since conceptually from a modularity stand point, things would be set up in a similar way.
102
102
@@ -120,7 +120,7 @@ the `@config.*` decorator, to help you segment your feature computation dataflow
120
120
We skip showing a sketch of structure here, and invite you to look at the examples below.
121
121
122
122
Apache Hamilton Example
123
-
^^^^^^^^^^^^^^^^
123
+
^^^^^^^^^^^^^^^^^^^^^^^
124
124
We direct users to look at `Feature engineering in multiple contexts <https://github.com/apache/hamilton/tree/main/examples/feature_engineering/feature_engineering_multiple_contexts>`__
125
125
that currently describes two scenarios around how you could incorporate Apache Hamilton into an online web-service, and have
126
126
it aligned with your batch offline processes. Note, these examples should give you the high level first principles
@@ -139,6 +139,6 @@ FAQ
139
139
----
140
140
141
141
Q. Can I use Apache Hamilton for feature engineering with Feast?
Yes, you can use Apache Hamilton with Feast. See our [Feast example](https://github.com/apache/hamilton/tree/main/examples/feast) and accompanying [blog post](https://blog.dagworks.io/p/featurization-integrating-hamilton). Typically people use Apache Hamilton on the offline side to compute features that then
144
144
get pushed to Feast. For the online side it varies as to how to integrate the two.
0 commit comments