Skip to content

Commit 7b5c37b

Browse files
committed
update readme.md
2 parents 7e19d86 + fa874d1 commit 7b5c37b

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<div align="center">
22

3-
# <font color="#0194E2">TL</font><font color="#19E1C3">SQL</font>
3+
# TLSQL: SQL-like API for Table Learning
44

5-
### Design SQL-like API for Table Learning
6-
7-
*A Python library that converts custom SQL-like statements into standard SQL queries for machine learning workflows*
5+
*A Python library that converts custom SQL-like statements into standard SQL queries for machine learning workflows on tables in modern data management systems.*
86

97
<br/>
108

@@ -19,16 +17,16 @@
1917

2018
## About
2119

22-
TLSQL is a Python library that converts custom SQL-like statements into standard SQL queries for machine learning workflows. TLSQL supports three types of statements for machine learning workflows. Each statement has a specific syntax and purpose.
23-
24-
## Dataset Splitting
20+
TLSQL simplifies machine learning on structured tables by converting SQL-like statements into standard SQL queries. This allows data scientists and engineers to focus on modeling rather than writing complex SQL or managing datasets manually.
2521

26-
TLSQL uses three statements to divide your dataset into training, validation, and test sets:
22+
TLSQL supports three types of statements that map directly to ML workflows:
2723

2824
- **`TRAIN WITH`**: Specifies the training set
2925
- **`PREDICT VALUE`**: Specifies the test set
3026
- **`VALIDATE WITH`**: Specifies the validation set
3127

28+
TLSQL works seamlessly with **RDBs, data warehouses, and data lakes**, enabling end-to-end table-based ML workflows.
29+
3230

3331
## TLSQL Syntax
3432

0 commit comments

Comments
 (0)