Skip to content

Commit d6e610d

Browse files
authored
Rename sklearn.md to sklearn-introduction.md
1 parent b7a555d commit d6e610d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/machine-learning/sklearn.md renamed to contrib/machine-learning/sklearn-introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ print(f"Accuracy: {accuracy * 100:.2f}%")
141141

142142
## Conclusion
143143

144-
scikit-learn is a powerful and versatile library that can be used for a wide range of machine learning tasks. It is particularly well-suited for beginners due to its easy-to-use interface and extensive documentation. Whether you are working on a simple classification task or a more complex clustering problem, scikit-learn provides the tools you need to build and evaluate your models effectively.
144+
scikit-learn is a powerful and versatile library that can be used for a wide range of machine learning tasks. It is particularly well-suited for beginners due to its easy-to-use interface and extensive documentation. Whether you are working on a simple classification task or a more complex clustering problem, scikit-learn provides the tools you need to build and evaluate your models effectively.

0 commit comments

Comments
 (0)