Skip to content
View nicoloverardo's full-sized avatar
Block or Report

Block or report nicoloverardo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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

  1. matrix_regression matrix_regression Public

    Multi-label text-classification algorithm from Popa, Zeitouni & Gardarin

    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