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

Block or report hantoine

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

Pinned

  1. thesis-model thesis-model Public

    Evaluation of the predictive power of vehicle sensors data for the estimation of a driver's risk of road accident

    Python 1

  2. accident-prediction-montreal accident-prediction-montreal Public

    Forked from big-data-lab-team/accident-prediction-montreal

    Estimation of the road accident risk each hour on each road with a machine learning model trained using features derived from 3 big public datasets

    Jupyter Notebook 2 1

  3. ml-algorithms-benchmark ml-algorithms-benchmark Public

    Comparison of the performance of various machine learning algorithms on 26 tasks from the UCI Repository

    Python 1 1

  4. aws-cli-utils aws-cli-utils Public

    Bash scripts for faster AWS CLI usage

    Python 1

  5. Launch TensorBoard in a Kaggle noteb... Launch TensorBoard in a Kaggle notebook and create a tunnel with ngrok to access it
    1
    from urllib.request import urlopen
    2
    from io import BytesIO
    3
    from zipfile import ZipFile
    4
    from subprocess import Popen
    5
    from os import chmod
  6. kubeflow-aws-eks-spot kubeflow-aws-eks-spot Public

    Kubeflow on AWS EKS with spot instances

    Shell