Skip to content
View nicoloverardo's full-sized avatar

Block or report nicoloverardo

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
nicoloverardo/README.md
  • 👋 Hi, I’m @nicoloverardo
  • 👀 I’m interested in tech, music, F1 and tennis.
  • 🌱 I’m currently learning ...
  • 📫 nicoloverardo.com

Pinned Loading

  1. matrix_regression matrix_regression Public

    Multi-label text-classification algorithm for online learning

    Python

  2. mra mra Public

    Fetches new music releases from http://techdeephouse.com/

    C#

  3. Wordle solver Wordle solver
    1
    """Wordle solver"""
    2
    
                  
    3
    import os
    4
    from typing import Union, List, Tuple
    5
    
                  
  4. aoc aoc Public

    Solutions for Advent of Code (https://adventofcode.com/)

    Python