Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in development-cycle.md #677

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/development-cycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DeepDive provides a suite of tools that aim to keep each development iteration a
## 1. Write

First of all, the user has to write in DDlog a schema that describes the input data and the data to be produced, along with how data should be processed and transformed.
Data transofmation rules as well as *user-defined functions* (UDFs) written in Python or any other language can be used for defining the data processing operations.
Data transformation rules as well as *user-defined functions* (UDFs) written in Python or any other language can be used for defining the data processing operations.
Then, using the processed data, a statistical inference model describing a set of random variables and their correlations can be defined—also in DDlog—to specify what kind of predictions are to be made by the system.

How to write each of these parts [in a DeepDive application](deepdiveapp.md) is described in the following pages:
Expand Down