Skip to content

Commit f785745

Browse files
committed
fix merge
2 parents c3e23d4 + 3957ed8 commit f785745

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ Whether you are a beginner eager to explore or an experienced professional seeki
3838
To start contributing , you will need to set up your development environment:
3939

4040
1. Clone the repository.
41-
2. Install dependencies using [uv](https://docs.astral.sh/uv/):
41+
2. In the cloned repostory directory, install dependencies using [uv](https://docs.astral.sh/uv/):
4242

4343
```bash
4444
invoke install
4545
```
4646

47-
3. Serve the documentation locally to see course material in your browser:
47+
3. Serve the documentation locally (from that directory) to see course material in your browser:
4848

4949
```bash
5050
invoke serve

docs/1. Initializing/1.1. Python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ For new projects, [the latest Python version](https://www.python.org/downloads/)
4242
- [Real Python Tutorials](https://realpython.com/)
4343
- [Learn Python in Y minutes](https://learnxinyminutes.com/docs/python/)
4444
- [Best of Python](https://github.com/ml-tooling/best-of-python)
45-
- [Best oof Python ML](https://github.com/ml-tooling/best-of-ml-python)
45+
- [Best of Python ML](https://github.com/ml-tooling/best-of-ml-python)
4646
- [Awesome Python](https://github.com/vinta/awesome-python)

docs/2. Prototyping/2.6. Evaluations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,5 @@ for param_name, param_range in PARAM_GRID.items():
168168
## Evaluations additional resources
169169

170170
- **[Example from the MLOps Python Package](https://github.com/fmind/mlops-python-package/blob/main/notebooks/prototype.ipynb)**
171-
- [Data Leakage in Machine Learning](https://en.wikipedia.org/wiki/Leakage_(machine_learning)).
171+
- [Data Leakage in Machine Learning](https://en.wikipedia.org/wiki/Leakage_(machine_learning))
172172
- [Model selection and evaluation](https://scikit-learn.org/stable/model_selection.html)

docs/5. Refining/5.5. AI-ML Experiments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@ mlflow.log_metric(key="train_loss", value=train_loss, step=epoch, timestamp=now)
167167
- **[AI-ML Experiment integration from the MLOps Python Package](https://github.com/fmind/mlops-python-package/blob/main/src/bikes/io/services.py)**
168168
- [MLflow Tracking](https://mlflow.org/docs/latest/tracking.html)
169169
- [Experiment Tracking with MLflow in 10 Minutes](https://towardsdatascience.com/experiment-tracking-with-mlflow-in-10-minutes-f7c2128b8f2c)
170-
- [How We Track Machine Learning Experiments with MLFlow](https://www.datarevenue.com/en-blog/how-we-track-machine-learning-experiments-with-mlflow)
170+
- [How We Track Machine Learning Experiments with MLFlow](https://medium.com/towards-data-science/how-we-track-machine-learning-experiments-with-mlflow-948ff158a09a)

docs/7. Observability/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ Observability in Machine Learning Operations (MLOps) is crucial for gaining insi
1313
- **[7.4. Costs and KPIs](./4. Costs-KPIs.md)**: Explore techniques for managing costs associated with running AI/ML workloads and for defining and tracking key performance indicators (KPIs) aligned with business goals, using MLflow Tracking for analysis.
1414
- **[7.5. Explainability](./5. Explainability.md)**: Explore the concept of explainable AI, focusing on techniques like SHAP to understand model predictions and build trust in AI systems.
1515
- **[7.6. Infrastructure](./6. Infrastructure.md)**: Discover the importance of infrastructure monitoring, learning how to track resource usage and performance metrics to optimize efficiency and costs through MLflow System Metrics.
16-
```

0 commit comments

Comments
 (0)