Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balarcode authored Dec 10, 2024
1 parent b886339 commit 1e0f06d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Practical implementation of selected data science, analysis, characterization an

## Concepts

Implementation of mean normalization and standardization of a dataset can be found [here](https://github.com/balarcode/subjects/tree/main/random_process#readme).
### Feature Scaling

Feature scaling is a method used to normalize the range of independent variables or features of a dataset. In data processing, it is also known as data normalization and is generally performed during the data preprocessing step. Implementation of two of the feature scaling methods, mean normalization and standardization of a dataset can be understood [here](https://github.com/balarcode/subjects/tree/main/random_process#readme).

## Citation

Expand Down

0 comments on commit 1e0f06d

Please sign in to comment.