Skip to content
View ysdede's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report ysdede

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. jesse-tk2 jesse-tk2 Public

    Python 3 3

  2. custom_indicators custom_indicators Public

    Technical indicators written in pure Python & Numpy/Numba

    Python 16 7

  3. Strat Strat Public

    Jesse strategy extender with extra metrics and utils.

    Python 2 5

  4. jesse_strategies jesse_strategies Public

    Jesse ai strategies

    Python 54 18

  5. benchmarks benchmarks Public

    My Quantstats reports

    JavaScript 1

  6. Multi-objective NSGAII hyperparamete... Multi-objective NSGAII hyperparameters optimization with Optuna v3
    1
    import contextlib
    2
    import json
    3
    import signal
    4
    import sys
    5
    from subprocess import PIPE, Popen, call