Skip to content

Commit 01cdd9d

Browse files
authored
Update README.md
1 parent 3b90014 commit 01cdd9d

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@
88

99
<br>
1010

11-
## Machine learning pipelines as code
11+
## Deploy, manage, and scale machine learning applications
1212

1313
Deploy machine learning applications without worrying about setting up infrastructure, managing dependencies, or orchestrating data pipelines.
1414

15+
Cortex is actively maintained by Cortex Labs. We're a venture-backed team of infrastructure engineers and [we're hiring](https://angel.co/cortex-labs-inc/jobs).
16+
1517
<br>
1618

1719
## How it works
@@ -37,6 +39,16 @@ Deploy machine learning applications without worrying about setting up infrastru
3739
schema: [@col1, @col2, ...]
3840
```
3941
42+
**Data validation:** prevent data quality issues early.
43+
44+
```yaml
45+
- kind: raw_column
46+
name: col1
47+
type: INT_COLUMN
48+
min: 0
49+
max: 10
50+
```
51+
4052
**Data transformation:** use custom Python and PySpark code to transform data.
4153
4254
```yaml

0 commit comments

Comments
 (0)