Skip to content

Commit 5ffc0fa

Browse files
authored
Update README.md
1 parent fb2c7e0 commit 5ffc0fa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -147,11 +147,10 @@ All concepts and techniques covered can be found in the "Introduction, Python" f
147147
- Seaborn (`import seaborn as sns`).
148148

149149
- **Machine Learning**:
150-
- Scikit-learn (`from sklearn.model_selection import train_test_split, cross_val_score; from sklearn.metrics import ...`).
150+
- Scikit-learn (for machine learning models and tools, including preprocessing, model selection, and evaluation) - `from sklearn.model_selection import train_test_split, cross_val_score; from sklearn.metrics import ...`.
151151
- Statsmodels (`import statsmodels.api as sm`).
152152
- TensorFlow (`import tensorflow as tf`), PyTorch (`import torch`).
153-
- sklearn (for machine learning models and tools, including preprocessing, model selection, and evaluation).
154-
153+
155154
- **Natural Language Processing (NLP)**:
156155
- NLTK (`import nltk`).
157156
- SpaCy (`import spacy`).

0 commit comments

Comments
 (0)