Skip to content

Commit 646ea2f

Browse files
committed
Add links.
1 parent 2d979c1 commit 646ea2f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

_posts/2024-05-01-prefect-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def extract_data() -> DataFrame:
7676

7777

7878
### Transform
79-
The `transform_data` task takes the extracted DataFrame as input and performs various data transformations. It applies data cleaning by removing any missing values using `df.dropna(inplace=True)`. It then performs data normalization using `MinMaxScaler`, standardization using `StandardScaler`, and Gaussian transformation using `QuantileTransformer` from the scikit-learn library.
79+
The `transform_data` task takes the extracted DataFrame as input and performs various data transformations. It applies data cleaning by removing any missing values using `df.dropna(inplace=True)`. It then performs data normalization using `MinMaxScaler`, standardization using `StandardScaler`, and Gaussian transformation using `QuantileTransformer` from the [scikit-learn](https://scikit-learn.org/stable/) library.
8080

8181
```python
8282
@task

assets/images/prefect-li.png

3.44 MB
Loading

0 commit comments

Comments
 (0)