Skip to content
View braibaud's full-sized avatar
🏠
Working from home
🏠
Working from home
  • Geneva, Switzerland

Highlights

  • Pro

Block or report braibaud

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
braibaud/README.md

Hi there 👋

I am currently working as Data Science Lead EMEA in Geneva, Switzerland.

My Software Projects

  • Related to Data Science:

    • PWML: Python 3 library useful for training hierarchical classification models on top of scikit-learn. It also contains a tons of useful helpers for both results representation as well as experiments management using Neptune. Deployed on Pypi.
  • Related to Space Exploration:

    • Nasa Rover Images: A Python project for easing rover images download and images post-processing (e.g. debayering). This is also the place where I post stitched and post-processed images (Python 3 + Jupyter based).
  • Related to Home-Assistant:

  • Other Projects:

    • ParallelExecution: A SQL Server solution for parallelizing SQL Server commands (.NET C# based).

My Statistics

Ben's GitHub Stats

Pinned Loading

  1. airthings-api airthings-api Public

    Python Wrappers for AirThings API

    Python 5

  2. airthings_integration airthings_integration Public

    Home Assistant custom component for the AirThings platform integration

    Python 3

  3. ParallelExecution ParallelExecution Public

    Parallelization for SQL Server Commands

    C# 1

  4. Clears training output cell once a K... Clears training output cell once a Keras-Tuner trial is complete
    1
    from IPython import display as ids
    2
    from tensorflow.keras import callbacks as kc
    3
    
                  
    4
    class ClearTrainingOutput(kc.Callback):
    5
        def on_train_end(*args, **kwargs):