Skip to content

Commit 1f531a7

Browse files
committed
Finished project review
1 parent 64a3a24 commit 1f531a7

File tree

5 files changed

+28
-24
lines changed

5 files changed

+28
-24
lines changed

README.es.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
<!-- hide -->
2-
# Proyecto de Optimización de Algoritmos para Machine Learning
3-
<!-- endhide -->
1+
<!--hide-->
2+
# Optimización de algoritmos en Python - Guía paso a paso
3+
<!--endhide-->
44

5-
Dentro de este repositorio, encontrarás un archivo llamado `./notebook/problems.ipynb` con los ejercicios que necesitas terminar para completarlo.
5+
- Optimize Python code.
66

77
## 🌱 Cómo iniciar este proyecto
88

9-
Este proyecto viene con los archivos necesarios para comenzar a trabajar de inmediato.
9+
Sigue las siguientes instrucciones:
1010

11-
1. Haz un fork de [este repositorio](https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning) en tu cuenta de github.
11+
1. Crear un nuevo repositorio haciendo fork en el [proyecto de Git](https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning) o [haciendo clic aquí](https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/fork).
1212
2. Abre el repositorio creado recientemente en Codespace usando la [extensión del botón de Codespace](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository).
13-
3. Una vez que el VSCode del Codespace haya terminado de abrirse, puedes continuar y abrir el archivo `problems.ipynb` para comenzar a resolver cada ejercicio dentro de Notebook.
13+
3. Una vez que el VSCode del Codespace haya terminado de abrirse, comienza tu proyecto siguiendo las instrucciones a continuación.
1414

1515
## 🚛 Cómo entregar este proyecto
1616

17-
Una vez que hayas terminado de resolver los ejercicios, asegúrate de confirmar tus cambios, hazle "push" a el fork de tu repositorio y ve a 4Geeks.com para subir el enlace del repositorio.
17+
Una vez que hayas terminado de resolver los ejercicios, asegúrate de confirmar tus cambios, haz push a tu repositorio y ve a 4Geeks.com para subir el enlace del repositorio.
1818

19-
## Soluciones
19+
## 📝 Instrucciones
2020

21-
También incorporamos un archivo `./notebook/*-solution[n].ipynb` que te sugerimos honestamente que solo uses si estás atascado durante más de 30 minutos o si ya has terminado y deseas compararlo con tu enfoque.
21+
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.
22+
23+
> NOTA: Solución: https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/blob/main/notebook/solutions.ipynb

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
<!-- hide -->
2-
# Algorithm Optimization Project for Machine Learning
3-
<!-- endhide -->
1+
<!--hide-->
2+
# Algorithm optimization in Python - Step by step guide
3+
<!--endhide-->
44

5-
Inside this repository, you will find a file called `./notebook/problems.ipynb` with the exercises you need to finish to complete it.
5+
- Complete the problems using calculus, algebra and Python.
66

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

9-
This project and its repository comes with the necessary files to start working.
9+
Follow the instructions below:
1010

11-
1. Make a fork of [this repository](https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning) into your github account.
11+
1. Create a new repository by forking the [Git project](https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning) or [by clicking here](https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/fork).
1212
2. Open the newly created repository in Codespace using the [Codespace button extension](https://docs.github.com/en/codespaces/developing-in-codespaces/creating-a-codespace-for-a-repository#creating-a-codespace-for-a-repository).
13-
3. Once the Codespace VSCode has finished opening, you can go ahead and open the `problems.ipynb` file and start solving each exercise inside the notebook.
13+
3. Once the Codespace VSCode has finished opening, start your project by following the instructions below.
1414

1515
## 🚛 How to deliver this project
1616

17-
Once you are finished solving the exercises make sure to commit your changes, push to your repository fork and go to 4Geeks.com to upload the repository link.
17+
Once you have finished solving the exercises, be sure to commit your changes, push to your repository and go to 4Geeks.com to upload the repository link.
1818

19-
## Solutions
19+
## 📝 Instructions
2020

21-
We also incorporated the solutions files `./notebook/*-solution[n].ipynb` that we strongly suggest you only use if you are stuck for more than 30min or if you have already finished and want to compare it with your approach.
21+
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.
22+
23+
> NOTA: Solution: https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/blob/main/notebook/solutions.ipynb

0 commit comments

Comments
 (0)