Skip to content

Instantly share code, notes, and snippets.

View cjannuzzi's full-sized avatar
:shipit:
Focusing

Caio Jannuzzi cjannuzzi

:shipit:
Focusing
View GitHub Profile
@cjannuzzi
cjannuzzi / high_diamond_ranked_10min.csv
Created September 7, 2026 21:34
Dataset educacional - League of Legends Diamond Ranked Games aos 10 minutos (espelho da base CC0 publicada por bobbyscience no Kaggle)
We can't make this file beautiful and searchable because it's too large.
gameId,blueWins,blueWardsPlaced,blueWardsDestroyed,blueFirstBlood,blueKills,blueDeaths,blueAssists,blueEliteMonsters,blueDragons,blueHeralds,blueTowersDestroyed,blueTotalGold,blueAvgLevel,blueTotalExperience,blueTotalMinionsKilled,blueTotalJungleMinionsKilled,blueGoldDiff,blueExperienceDiff,blueCSPerMin,blueGoldPerMin,redWardsPlaced,redWardsDestroyed,redFirstBlood,redKills,redDeaths,redAssists,redEliteMonsters,redDragons,redHeralds,redTowersDestroyed,redTotalGold,redAvgLevel,redTotalExperience,redTotalMinionsKilled,redTotalJungleMinionsKilled,redGoldDiff,redExperienceDiff,redCSPerMin,redGoldPerMin
4519157822,0,28,2,1,9,6,11,0,0,0,0,17210,6.6,17039,195,36,643,-8,19.5,1721.0,15,6,0,6,9,8,0,0,0,0,16567,6.8,17047,197,55,-643,8,19.7,1656.7
4523371949,0,12,1,0,5,5,5,0,0,0,0,14712,6.6,16265,174,43,-2908,-1173,17.4,1471.2,12,1,1,5,5,2,2,1,1,1,17620,6.8,17438,240,52,2908,1173,24.0,1762.0
4521474530,0,15,0,0,7,11,4,1,1,0,0,16113,6.4,16221,186,46,-1172,-1033,18.6,1611.3,15,3,1,11,7,14,0,0,0,0,17285,6.8,17254,203,28,1172
@cjannuzzi
cjannuzzi / README_GIST.md
Created August 25, 2026 18:30
Student Performance para aulas de IA e Machine Learning

Student Performance — arquivo para uso no Google Colab

Este Gist disponibiliza o arquivo student-mat.csv para as aulas práticas de Inteligência Artificial e Machine Learning.

Fonte e atribuição

  • Fonte: UCI Machine Learning Repository;
  • autores: Paulo Cortez e Alice Maria Gonçalves Silva;
  • conjunto: Student Performance — Mathematics course;
  • DOI: https://doi.org/10.24432/C5TG7T;
@cjannuzzi
cjannuzzi / settings.py
Created April 21, 2023 20:51
meu setting que apos modificar deu erro
"""
Django's settings for pypro project.
Generated by 'django-admin startproject' using Django 4.2.
For more information on this file, see
https://docs.djangoproject.com/en/4.2/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/4.2/ref/settings/
@cjannuzzi
cjannuzzi / .gitignore
Created April 21, 2023 15:23
meu gitignore para análise
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
@cjannuzzi
cjannuzzi / errorTerminal.txt
Created April 17, 2023 20:09
erro retornado pelo terminal ao rodar o localmente.
/Users/caiojannuzzi/PycharmProjects/django-curso/.venv/bin/python /Users/caiojannuzzi/PycharmProjects/django-curso/manage.py runserver
Watching for file changes with StatReloader
Exception in thread django-main-thread:
Traceback (most recent call last):
File "/Users/caiojannuzzi/PycharmProjects/django-curso/.venv/lib/python3.11/site-packages/django/apps/config.py", line 210, in create
app_module = import_module(app_name)
^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@cjannuzzi
cjannuzzi / logError.txt
Created March 11, 2023 23:01
log de erro que tive ao tentar fazer deploy no pythonanywhere
2023-03-11 22:57:09,123: Error running WSGI application
2023-03-11 22:57:09,125: ModuleNotFoundError: No module named 'django'
2023-03-11 22:57:09,125: File "/var/www/caiojannuzzii_pythonanywhere_com_wsgi.py", line 14, in <module>
2023-03-11 22:57:09,126: from django.core.wsgi import get_wsgi_application
2023-03-11 22:57:09,126: ***************************************************
2023-03-11 22:57:09,126: If you're seeing an import error and don't know why,
2023-03-11 22:57:09,126: we have a dedicated help page to help you debug:
2023-03-11 22:57:09,126: https://help.pythonanywhere.com/pages/DebuggingImportError/
2023-03-11 22:57:09,126: ***************************************************
2023-03-11 22:57:10,106: Error running WSGI application