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

Block or report Pawel-Kranzberg

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. prophet prophet Public

    Forked from facebook/prophet

    Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.

    Python

  2. fast-bert fast-bert Public

    Forked from utterworks/fast-bert

    Super easy library for BERT based NLP models

    Python

  3. scikit-learn scikit-learn Public

    Forked from haochunchang/scikit-learn

    scikit-learn: machine learning in Python

    Python

  4. pandas pandas Public

    Forked from pandas-dev/pandas

    Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

    Python

  5. imutils imutils Public

    Forked from PyImageSearch/imutils

    A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.

    Python

  6. RangeDict.py RangeDict.py
    1
    class RangeDict(dict):
    2
        """
    3
        https://stackoverflow.com/a/39358140/3523176
    4
        """
    5
        def __getitem__(self, item):