Skip to content

Commit 72921c1

Browse files
authored
Merge pull request #5 from cvazquezlos/main
Removed Gitpod references
2 parents f161b64 + 47f35d7 commit 72921c1

File tree

9 files changed

+30
-53
lines changed

9 files changed

+30
-53
lines changed

.gitpod.dockerfile

Lines changed: 0 additions & 6 deletions
This file was deleted.

.gitpod.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.es.md

Lines changed: 13 additions & 11 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.
12-
2. Abre el fork creado recientemente usando una herramienta de aprovisionamiento como [Codespaces](https://4geeks.com/lesson/what-is-github-codespaces) (recomendado) o [Gitpod](https://4geeks.com/es/lesson/como-utilizar-gitpod). Alternativamente, puedes clonarlo en tu computadora local usando el comando `git clone`.
13-
3. Una vez que haya terminado de abrirse, puedes continuar y abrir el archivo `problems.ipynb` para comenzar a resolver cada ejercicio dentro de Notebook.
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).
12+
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, 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: 14 additions & 12 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.
12-
2. Open the recently created fork repository using a provisioning tool like [Codespaces](https://4geeks.com/lesson/what-is-github-codespaces) (recommended) or [Gitpod](https://4geeks.com/lesson/how-to-use-gitpod). Alternatively, you can clone it on your local computer using the `git clone` command.
13-
3. Once it has finished opening you can go ahead and open the `problems.ipynb` file and start solving each exercise inside the notebook.
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).
12+
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, 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)