Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Optimización de algoritmos en Python - Guía paso a paso
<!--endhide-->

- Optimize Python code.
- Optimiza código Python.

## 🌱 Cómo iniciar este proyecto
## 🌱 Cómo iniciar este proyecto

Sigue las siguientes instrucciones:

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

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.

> NOTA: Solución: https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/blob/main/notebook/solutions.ipynb
> 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.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# Algorithm optimization in Python - Step by step guide
<!--endhide-->

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

## 🌱 How to start this project.
## 🌱 How to start this project

Follow the instructions below:

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

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.

> NOTA: Solution: https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/blob/main/notebook/solutions.ipynb
> 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.
8 changes: 4 additions & 4 deletions learn.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"title" : "algorithm-optimization-project-machine-learning",
"slug" : "Algorithm Optimization Project for Machine Learning",
"title" : "Algorithm Optimization Project for Machine Learning",
"slug" : "algorithm-optimization-project-machine-learning",
"preview": "https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/blob/main/preview.jpeg?raw=true",
"solution": "https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/tree/main/notebook",
"solution": "https://github.com/4GeeksAcademy/algorithm-optimization-project-machine-learning/tree/main/notebook/solutions.ipynb",
"status": "published",
"translations": ["us"],
"technologies": ["big-o", "python", "algorithms"],
"difficulty": "beginner",
"syntax": "python",
"duration" : 2,
"projectType": "project",
"description" : "Learn the basics on how to optimize or better build algorithms in python for Machine Learning"
"description" : "Learn the basics on how to optimize or better build algorithms in Python for Machine Learning"
}