Skip to content
View clemtarge's full-sized avatar

Highlights

  • Pro

Block or report clemtarge

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
clemtarge/README.md

FastML

FastML allows you to create, train, test, and save your Machine Learning model with two lines of code.
You can also optimize it with Bayesian Optimization by specifying model hyperparameters.

Reinforcement learning

Some codes to use Q-Learning or Actor-Critic agent in Pytorch. Actor-Critic is also available in Tensorflow 2.
The notebooks can be used as examples or as starting points.

Preprocessing (Python notebook)

In this notebook, you will find some functions to visualize, transform and replace NaN values in the data.

Preprocessing time series (Python notebook)

Some useful functions to deal with time series. Download climate/ for toydata.

Statistical tests (R notebook)

In this notebook, you will find some non parametric statistical tests to test:

  • Adequation to a distribution
    • Kolmogorov test
    • Chi2 test
  • Adequation to a normal distribution
    • Shapiro-Wilk test
    • Lilliefors test
    • Other methods
  • Homogeneity between two samples
    • Wilcoxon-Mann-Whitney test
    • Kolmogorov-Smirnov test
    • Chi2 test
  • Independance between two samples
    • Chi2 test

Popular repositories Loading

  1. clemtarge clemtarge Public

    Jupyter Notebook

  2. ModIA_TP1 ModIA_TP1 Public

    Forked from DavidBert/ModIA_TP1

    Python

  3. clemtarge.github.io clemtarge.github.io Public

    Portfolio of Clément Targe

    HTML

  4. modwtpy modwtpy Public

    Forked from pistonly/modwtpy

    modwt in python

    Python