Skip to content

Commit 7212589

Browse files
authored
Merge pull request #12 from josemoracard/jose1-README
fixed text README
2 parents 343c022 + b6adbff commit 7212589

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Optimización de algoritmos en Python - Guía paso a paso
33
<!--endhide-->
44

5-
- Optimize Python code.
5+
- Optimiza código Python.
66

7-
## 🌱 Cómo iniciar este proyecto
7+
## 🌱 Cómo iniciar este proyecto
88

99
Sigue las siguientes instrucciones:
1010

@@ -20,4 +20,4 @@ Una vez que hayas terminado de resolver los ejercicios, asegúrate de confirmar
2020

2121
Una vez comiences a trabajar en el proyecto, verás un fichero `./notebook/problems.ipynb` que contiene una serie de ejercicios. Completa cada uno de ellos, uno por uno.
2222

23-
> NOTA: Solución: https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/blob/main/notebook/solutions.ipynb
23+
> Nota: También incorporamos muestras de solución en `./notebook/solutions.ipynb` que te sugerimos honestamente que solo uses si estás atascado por más de 30 minutos o si ya has terminado y quieres compararlo con tu enfoque.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# Algorithm optimization in Python - Step by step guide
33
<!--endhide-->
44

5-
- Complete the problems using calculus, algebra and Python.
5+
- Optimize Python code.
66

7-
## 🌱 How to start this project.
7+
## 🌱 How to start this project
88

99
Follow the instructions below:
1010

@@ -20,4 +20,4 @@ Once you have finished solving the exercises, be sure to commit your changes, pu
2020

2121
Once you start working on the project, you will see a `./notebook/problems.ipynb` file containing a list of exercises. Complete each of them, one by one.
2222

23-
> NOTA: Solution: https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/blob/main/notebook/solutions.ipynb
23+
> Note: We also incorporated a `./notebook/solutions.ipynb` file that we strongly suggest you only use if you are stuck for more than 30 min or if you have already finished and want to compare it with your approach.

learn.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"title" : "algorithm-optimization-project-machine-learning",
3-
"slug" : "Algorithm Optimization Project for Machine Learning",
2+
"title" : "Algorithm Optimization Project for Machine Learning",
3+
"slug" : "algorithm-optimization-project-machine-learning",
44
"preview": "https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/blob/main/preview.jpeg?raw=true",
5-
"solution": "https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/tree/main/notebook",
5+
"solution": "https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/tree/main/notebook/solutions.ipynb",
66
"status": "published",
77
"translations": ["us"],
88
"technologies": ["big-o", "python", "algorithms"],
99
"difficulty": "beginner",
1010
"syntax": "python",
1111
"duration" : 2,
1212
"projectType": "project",
13-
"description" : "Learn the basics on how to optimize or better build algorithms in python for Machine Learning"
13+
"description" : "Learn the basics on how to optimize or better build algorithms in Python for Machine Learning"
1414
}

0 commit comments

Comments
 (0)