  <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
               xmlns:atom="http://www.w3.org/2005/Atom"
               xmlns:dc="http://purl.org/dc/elements/1.1/"
               xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
               xmlns:admin="http://webns.net/mvcb/"
               xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
               xmlns:content="http://purl.org/rss/1.0/modules/content/">
            <channel>
                <title>
					                    	Comunidad aiutechallenge - Últimos Mensajes                                    </title>
                <link>https://aichallenge.utec.edu.uy/community/</link>
                <description>Comunidad de AI de UTEC</description>
                <language>es</language>
                <lastBuildDate>Wed, 22 Jul 2026 05:01:35 +0000</lastBuildDate>
                <generator>wpForo</generator>
                <ttl>60</ttl>
                					                    <item>
                        <title>Descripción del Dataset</title>
                        <link>https://aichallenge.utec.edu.uy/community/prediccion-de-resultados-de-partidos-de-futbol-consultas-generales/descripcion-del-dataset/#post-245</link>
                        <pubDate>Fri, 12 Jun 2026 04:54:41 +0000</pubDate>
                        <description><![CDATA[Archivos incluidos

df_train.csv, conjunto de entrenamiento que contiene datos históricos de partidos de fútbol. Se utiliza para entrenar los modelos de machine learning.
df_test.csv, con...]]></description>
                        <content:encoded><![CDATA[<h2><strong>Archivos incluidos</strong></h2>
<ul>
<li style="font-weight: 400"><strong>df_train.csv, </strong><span style="font-weight: 400">conjunto de entrenamiento que contiene datos históricos de partidos de fútbol. Se utiliza para entrenar los modelos de machine learning.</span></li>
<li style="font-weight: 400"><strong>df_test.csv, </strong><span style="font-weight: 400">conjunto de datos sobre el cual los participantes deberán generar las predicciones. Tiene la misma estructura que el dataset de entrenamiento, pero sin las variables objetivo.</span></li>
</ul>
<h2><strong>Descripción del archivo de entrenamiento</strong><span style="font-weight: 400"> (df_train.csv)</span></h2>
<p><span style="font-weight: 400">Este archivo contiene datos históricos de partidos. Cada fila representa un partido y contiene variables que describen:</span></p>
<ul>
<li style="font-weight: 400"><span style="font-weight: 400">Rendimiento reciente de los equipos</span></li>
<li style="font-weight: 400"><span style="font-weight: 400">Estadísticas de juego</span></li>
<li style="font-weight: 400"><span style="font-weight: 400">Métricas avanzadas (como expected goals)</span></li>
<li style="font-weight: 400"><span style="font-weight: 400">Probabilidades</span></li>
<li style="font-weight: 400"><span style="font-weight: 400">Resultado final del partido</span></li>
</ul>
<h2><strong>Descripción de variables</strong></h2>
<table>
<tbody>
<tr>
<td>
<p><strong>Característica</strong></p>
</td>
<td>
<p><strong>Descripción</strong></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">id</span></p>
</td>
<td>
<p><span style="font-weight: 400">Identificador único del partido</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_motivación_pos</span></p>
</td>
<td>
<p><span style="font-weight: 400">Motivación del equipo A según su posición</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_motivación_pos</span></p>
</td>
<td>
<p><span style="font-weight: 400">Motivación del equipo B según su posición</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_dif_ppj_l4</span></p>
</td>
<td>
<p><span style="font-weight: 400">Diferencia de puntos por partido del equipo A en los últimos 4 partidos</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_dif_ppj_l6</span></p>
</td>
<td>
<p><span style="font-weight: 400">Diferencia de puntos por partido del equipo A en los últimos 6 partidos</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_dif_ppj_l4</span></p>
</td>
<td>
<p><span style="font-weight: 400">Diferencia de puntos por partido del equipo B en los últimos 4 partidos</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_dif_ppj_l6</span></p>
</td>
<td>
<p><span style="font-weight: 400">Diferencia de puntos por partido del equipo B en los últimos 6 partidos</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_ratio_tiros_puerta_total</span></p>
</td>
<td>
<p><span style="font-weight: 400">Proporción general de tiros a puerta del equipo A</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_ratio_tiros_puerta_l4</span></p>
</td>
<td>
<p><span style="font-weight: 400">Proporción de tiros a puerta del equipo A en los últimos 4 partidos</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_ratio_tiros_puerta_l6</span></p>
</td>
<td>
<p><span style="font-weight: 400">Proporción de tiros a puerta del equipo A en los últimos 6 partidos</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_ratio_tiros_puerta_total</span></p>
</td>
<td>
<p><span style="font-weight: 400">Proporción general de tiros a puerta del equipo B</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_ratio_tiros_puerta_l4</span></p>
</td>
<td>
<p><span style="font-weight: 400">Proporción de tiros a puerta del equipo B en los últimos 4 partidos</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_ratio_tiros_puerta_l6</span></p>
</td>
<td>
<p><span style="font-weight: 400">Proporción de tiros a puerta del equipo B en los últimos 6 partidos</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">cuotas_victoria_local</span></p>
</td>
<td>
<p><span style="font-weight: 400">Cuotas por victoria del equipo local</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">cuotas_empate</span></p>
</td>
<td>
<p><span style="font-weight: 400">Cuotas por empate</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">cuotas_victoria_visitante</span></p>
</td>
<td>
<p><span style="font-weight: 400">Cuotas por victoria del equipo visitante</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">predicción_goles_xg_total_equipo_a</span></p>
</td>
<td>
<p><span style="font-weight: 400">Goles esperados totales del equipo A</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">predicción_goles_xg_total_equipo_b</span></p>
</td>
<td>
<p><span style="font-weight: 400">Goles esperados totales del equipo B</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">predicción_goles_xg_local_equipo_a</span></p>
</td>
<td>
<p><span style="font-weight: 400">Goles esperados del equipo A jugando de local</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">predicción_goles_xg_visitante_equipo_b</span></p>
</td>
<td>
<p><span style="font-weight: 400">Goles esperados del equipo B jugando de visitante</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_goles_xg_l4</span></p>
</td>
<td>
<p><span style="font-weight: 400">Goles esperados del equipo A en los últimos 4 partidos</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_goles_xg_l4</span></p>
</td>
<td>
<p><span style="font-weight: 400">Goles esperados del equipo B en los últimos 4 partidos</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_goles_contra_xg_l4</span></p>
</td>
<td>
<p><span style="font-weight: 400">Goles esperados en contra del equipo A en los últimos 4 partidos</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_goles_contra_xg_l4</span></p>
</td>
<td>
<p><span style="font-weight: 400">Goles esperados en contra del equipo B en los últimos 4 partidos</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">posición_equipo_a</span></p>
</td>
<td>
<p><span style="font-weight: 400">Posición en la liga del equipo A antes del partido</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">posición_equipo_b</span></p>
</td>
<td>
<p><span style="font-weight: 400">Posición en la liga del equipo B antes del partido</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">división</span></p>
</td>
<td>
<p><span style="font-weight: 400">División o liga en la que se jugó el partido</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_tiros_promedio</span></p>
</td>
<td>
<p><span style="font-weight: 400">Promedio de tiros por partido del equipo A</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_tiros_promedio</span></p>
</td>
<td>
<p><span style="font-weight: 400">Promedio de tiros por partido del equipo B</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_tiros_promedio_l4</span></p>
</td>
<td>
<p><span style="font-weight: 400">Promedio de tiros en los últimos 4 partidos del equipo A</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_tiros_promedio_l4</span></p>
</td>
<td>
<p><span style="font-weight: 400">Promedio de tiros en los últimos 4 partidos del equipo B</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_tiros_promedio_l6</span></p>
</td>
<td>
<p><span style="font-weight: 400">Promedio de tiros en los últimos 6 partidos del equipo A</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_tiros_promedio_l6</span></p>
</td>
<td>
<p><span style="font-weight: 400">Promedio de tiros en los últimos 6 partidos del equipo B</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_ratio_tiros_total</span></p>
</td>
<td>
<p><span style="font-weight: 400">Ratio total de tiros del equipo A</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_ratio_tiros_total</span></p>
</td>
<td>
<p><span style="font-weight: 400">Ratio total de tiros del equipo B</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_ratio_tiros_total_l4</span></p>
</td>
<td>
<p><span style="font-weight: 400">Ratio total de tiros en los últimos 4 partidos del equipo A</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_ratio_tiros_total_l4</span></p>
</td>
<td>
<p><span style="font-weight: 400">Ratio total de tiros en los últimos 4 partidos del equipo B</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_a_ratio_tiros_total_l6</span></p>
</td>
<td>
<p><span style="font-weight: 400">Ratio total de tiros en los últimos 6 partidos del equipo A</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">equipo_b_ratio_tiros_total_l6</span></p>
</td>
<td>
<p><span style="font-weight: 400">Ratio total de tiros en los últimos 6 partidos del equipo B</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">victoria_local</span></p>
</td>
<td>
<p><span style="font-weight: 400">Indicador binario (1 o 0) si ganó el equipo local</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">empate</span></p>
</td>
<td>
<p><span style="font-weight: 400">Indicador binario (1 o 0) si el partido terminó en empate</span></p>
</td>
</tr>
<tr>
<td>
<p><span style="font-weight: 400">victoria_visitante</span></p>
</td>
<td>
<p><span style="font-weight: 400">Indicador binario (1 o 0) si ganó el equipo visitante</span></p>
</td>
</tr>
</tbody>
</table>
<h2> </h2>
<h2><strong>Formato de entrega</strong></h2>
<p><span style="font-weight: 400">El archivo de entrega debe contener:</span></p>
<ul>
<li style="font-weight: 400"><strong>id</strong><span style="font-weight: 400">: Identificador del partido</span></li>
<li style="font-weight: 400"><strong>Prediction</strong><span style="font-weight: 400">: Resultado predicho</span>
<ul>
<li style="font-weight: 400"><span style="font-weight: 400">victoria local</span></li>
<li style="font-weight: 400"><span style="font-weight: 400">empate</span></li>
<li style="font-weight: 400"><span style="font-weight: 400">victoria visitante</span></li>
</ul>
</li>
</ul>]]></content:encoded>
                        <category domain="https://aichallenge.utec.edu.uy/community/"></category>                        <dc:creator>giani.carlevaro</dc:creator>
                        <guid isPermaLink="true">https://aichallenge.utec.edu.uy/community/prediccion-de-resultados-de-partidos-de-futbol-consultas-generales/descripcion-del-dataset/#post-245</guid>
                    </item>
                                        <item>
                        <title>Tamaño Maximo al subir Solucion</title>
                        <link>https://aichallenge.utec.edu.uy/community/desafio-ia-transparente-consultas-generales/tamano-maximo-al-subir-solucion/#post-243</link>
                        <pubDate>Wed, 26 Nov 2025 18:38:41 +0000</pubDate>
                        <description><![CDATA[El sistema no permite subir una solucion de mas de 1 MB y aun comprimiendo los archivos pesan bastante mas que eso solamente el csv.]]></description>
                        <content:encoded><![CDATA[<p>El sistema no permite subir una solucion de mas de 1 MB y aun comprimiendo los archivos pesan bastante mas que eso solamente el csv.</p>]]></content:encoded>
                        <category domain="https://aichallenge.utec.edu.uy/community/"></category>                        <dc:creator>nestor.rodriguez</dc:creator>
                        <guid isPermaLink="true">https://aichallenge.utec.edu.uy/community/desafio-ia-transparente-consultas-generales/tamano-maximo-al-subir-solucion/#post-243</guid>
                    </item>
                                        <item>
                        <title>Consulta sobre los dataframes</title>
                        <link>https://aichallenge.utec.edu.uy/community/desafio-ia-transparente-consultas-generales/consulta-sobre-los-dataframes/#post-242</link>
                        <pubDate>Wed, 26 Nov 2025 18:14:27 +0000</pubDate>
                        <description><![CDATA[Ambos dataframes (df_train.csv y df_test.csv) me parece estan invertidos los nombres. Es eso probable? el df_test tiene la columna &quot;prediccion&quot; mientras que el df_train no la tiene.adicional...]]></description>
                        <content:encoded><![CDATA[<p>Ambos dataframes (df_train.csv y df_test.csv) me parece estan invertidos los nombres. Es eso probable? el df_test tiene la columna "prediccion" mientras que el df_train no la tiene.<br />adicionalmente hay una columna llamada "objetivo_binario" que parece corresponder con el Verdadero/falso de la fila.<br />Esa columna puede usarse para las predicciones? o esta en los dataframe por error?</p>]]></content:encoded>
                        <category domain="https://aichallenge.utec.edu.uy/community/"></category>                        <dc:creator>nestor.rodriguez</dc:creator>
                        <guid isPermaLink="true">https://aichallenge.utec.edu.uy/community/desafio-ia-transparente-consultas-generales/consulta-sobre-los-dataframes/#post-242</guid>
                    </item>
                                        <item>
                        <title>RE: Cursos en plataforma P-tech</title>
                        <link>https://aichallenge.utec.edu.uy/community/start-1/cursos-en-plataforma-p-tech/#post-241</link>
                        <pubDate>Sat, 15 Nov 2025 23:31:26 +0000</pubDate>
                        <description><![CDATA[No deja acceder al link]]></description>
                        <content:encoded><![CDATA[<p>No deja acceder al link</p>
<p> </p>]]></content:encoded>
                        <category domain="https://aichallenge.utec.edu.uy/community/"></category>                        <dc:creator>karen.acosta</dc:creator>
                        <guid isPermaLink="true">https://aichallenge.utec.edu.uy/community/start-1/cursos-en-plataforma-p-tech/#post-241</guid>
                    </item>
                                        <item>
                        <title>RE: Challenge Fake News</title>
                        <link>https://aichallenge.utec.edu.uy/community/foro-pcp-prediction-of-cardiac-problems-consultas-generales/challenge-fake-news/#post-240</link>
                        <pubDate>Tue, 07 Oct 2025 22:04:27 +0000</pubDate>
                        <description><![CDATA[Buenas! hasta que hora del 10 se puede subir la solución al desafío, el notebook se entrega en formato HTML?]]></description>
                        <content:encoded><![CDATA[<p>Buenas! hasta que hora del 10 se puede subir la solución al desafío, el notebook se entrega en formato HTML?</p>]]></content:encoded>
                        <category domain="https://aichallenge.utec.edu.uy/community/"></category>                        <dc:creator>gaston.gonzalez.m</dc:creator>
                        <guid isPermaLink="true">https://aichallenge.utec.edu.uy/community/foro-pcp-prediction-of-cardiac-problems-consultas-generales/challenge-fake-news/#post-240</guid>
                    </item>
                                        <item>
                        <title>Comentarios del ejercicio 3</title>
                        <link>https://aichallenge.utec.edu.uy/community/conclusiones/comentarios-del-ejercicio-3/#post-239</link>
                        <pubDate>Fri, 03 Oct 2025 20:53:16 +0000</pubDate>
                        <description><![CDATA[Pienso que para entrenar al modelo de una mejor forma tengo que hacerlo con distintas bananas, de diversas formas, tonos y tamaños. Así como variar el fondo, la iluminación, la cantidad de b...]]></description>
                        <content:encoded><![CDATA[<p>Pienso que para entrenar al modelo de una mejor forma tengo que hacerlo con distintas bananas, de diversas formas, tonos y tamaños. Así como variar el fondo, la iluminación, la cantidad de bananas y los objetos alrededor. </p>]]></content:encoded>
                        <category domain="https://aichallenge.utec.edu.uy/community/"></category>                        <dc:creator>gelenn.ferreira</dc:creator>
                        <guid isPermaLink="true">https://aichallenge.utec.edu.uy/community/conclusiones/comentarios-del-ejercicio-3/#post-239</guid>
                    </item>
                                        <item>
                        <title>RE: Challenge Fake News</title>
                        <link>https://aichallenge.utec.edu.uy/community/foro-pcp-prediction-of-cardiac-problems-consultas-generales/challenge-fake-news/#post-238</link>
                        <pubDate>Thu, 18 Sep 2025 20:09:35 +0000</pubDate>
                        <description><![CDATA[Muchas gracias Mauro !]]></description>
                        <content:encoded><![CDATA[<p>Muchas gracias Mauro !</p>]]></content:encoded>
                        <category domain="https://aichallenge.utec.edu.uy/community/"></category>                        <dc:creator>nestor.rodriguez</dc:creator>
                        <guid isPermaLink="true">https://aichallenge.utec.edu.uy/community/foro-pcp-prediction-of-cardiac-problems-consultas-generales/challenge-fake-news/#post-238</guid>
                    </item>
                                        <item>
                        <title>RE: Challenge Fake News</title>
                        <link>https://aichallenge.utec.edu.uy/community/foro-pcp-prediction-of-cardiac-problems-consultas-generales/challenge-fake-news/#post-237</link>
                        <pubDate>Thu, 18 Sep 2025 00:25:23 +0000</pubDate>
                        <description><![CDATA[Hola Nestor, podes presentar más de una solución y el puntaje que dejamos al final es el mayor. Es el archivo del conjunto de test + la columna etiquetada, cualquier duda vuelves a escribir....]]></description>
                        <content:encoded><![CDATA[<p>Hola Nestor, podes presentar más de una solución y el puntaje que dejamos al final es el mayor. Es el archivo del conjunto de test + la columna etiquetada, cualquier duda vuelves a escribir. Si es algo urgente me escribes al mail giani.carlevaro@utec.edu.uy</p>
<p> </p>
<p>Saludos!</p>
<p>Mauro.</p>]]></content:encoded>
                        <category domain="https://aichallenge.utec.edu.uy/community/"></category>                        <dc:creator>giani.carlevaro</dc:creator>
                        <guid isPermaLink="true">https://aichallenge.utec.edu.uy/community/foro-pcp-prediction-of-cardiac-problems-consultas-generales/challenge-fake-news/#post-237</guid>
                    </item>
                                        <item>
                        <title>RE: Cursos en plataforma P-tech</title>
                        <link>https://aichallenge.utec.edu.uy/community/start-1/cursos-en-plataforma-p-tech/#post-236</link>
                        <pubDate>Tue, 16 Sep 2025 00:58:05 +0000</pubDate>
                        <description><![CDATA[Buenas, 
Al hacer clic en &quot;registrarse acá&quot; de esta entrada de foro, me da un error como que no existe el sitio:
 
No se puede acceder a este sitio webComprueba si hay un error de escritu...]]></description>
                        <content:encoded><![CDATA[<p>Buenas, </p>
<p>Al hacer clic en "registrarse acá" de esta entrada de foro, me da un error como que no existe el sitio:</p>
<p> </p>
<p>No se puede acceder a este sitio web<br />Comprueba si hay un error de escritura en ptech-reg.eu-de.mybluemix.net.</p>
<p>Si está escrito correctamente, prueba a ejecutar el diagnóstico de red de Windows.<br />DNS_PROBE_FINISHED_NXDOMAIN</p>]]></content:encoded>
                        <category domain="https://aichallenge.utec.edu.uy/community/"></category>                        <dc:creator>franco.correa</dc:creator>
                        <guid isPermaLink="true">https://aichallenge.utec.edu.uy/community/start-1/cursos-en-plataforma-p-tech/#post-236</guid>
                    </item>
                                        <item>
                        <title>Challenge Fake News</title>
                        <link>https://aichallenge.utec.edu.uy/community/foro-pcp-prediction-of-cardiac-problems-consultas-generales/challenge-fake-news/#post-235</link>
                        <pubDate>Wed, 10 Sep 2025 19:19:55 +0000</pubDate>
                        <description><![CDATA[He subido una solucion usando redes neurales; estoy tratando de armar una usando transformers pero lleva bastante tiempo entrenarla y testearla.En el caso de subir mas de una solucion; como ...]]></description>
                        <content:encoded><![CDATA[<p>He subido una solucion usando redes neurales; estoy tratando de armar una usando transformers pero lleva bastante tiempo entrenarla y testearla.<br />En el caso de subir mas de una solucion; como se puntua dentro del challenge? la mejor? la peor? un promedio? solo la primeara o la ultima presentada?<br />la solucion a subir es unicamente el archivo test_data.csv con la columna etiqueta generada?</p>]]></content:encoded>
                        <category domain="https://aichallenge.utec.edu.uy/community/"></category>                        <dc:creator>nestor.rodriguez</dc:creator>
                        <guid isPermaLink="true">https://aichallenge.utec.edu.uy/community/foro-pcp-prediction-of-cardiac-problems-consultas-generales/challenge-fake-news/#post-235</guid>
                    </item>
                                                </channel>
        </rss>
        