Normalize code style and logging levels throughout project

Fixed minor inconsistencies in syntax, formatting, and logging levels across various files. Updated newline handling, adjusted console log types, and improved code organization for better readability and maintainability.
This commit is contained in:
2025-02-02 19:53:17 +01:00
parent fd2219248f
commit 9ace5f716b
10 changed files with 21 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
---
slug: python-data-ml
title: Python Data & ML
description: 🧠 A repository dedicated to learning and practicing Python libraries for machine learning.
description: 🧠 A repository dedicated to learning and practicing Python libraries for machine learning.
publishedAt: 2024/11/01
readingTime: 1
tags:
@@ -13,7 +13,7 @@ tags:
---
[Python Data & ML](https://github.com/ArthurDanjou/Python-Data-Machine-Learning) is a repository dedicated to learning and practicing Python libraries for machine learning. It includes a variety of projects and exercises that cover the following topics.
This project explores tools like NumPy, Pandas, scikit-learn, and others to understand and master key machine learning concepts. Perfect for strengthening skills in data processing, modeling, and algorithm optimization.
This project explores tools like NumPy, Pandas, scikit-learn, and others to understand and master key machine learning concepts. Perfect for strengthening skills in data processing, modeling, and algorithm optimization.
The goal is to improve my level of understanding of machine learning and data science concepts, as well as to practice Python programming and using libraries like NumPy, Pandas, scikit-learn, etc., to manipulate and analyze data, during my free time.
@@ -29,4 +29,3 @@ The goal is to improve my level of understanding of machine learning and data sc
- [TensorFlow](https://www.tensorflow.org/)
- [Keras](https://keras.io/)
- [PyTorch](https://pytorch.org/)