Skip to content
View nikolasrieble's full-sized avatar

Block or report nikolasrieble

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 is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. opencode-config opencode-config Public

    Opinionated project-agnostic OpenCode configuration with agents for Jira, Confluence, and security reviews

    Shell 10

  2. recharts/recharts recharts/recharts Public

    Redefined chart library built with React and D3

    TypeScript 27.2k 1.9k

  3. KNN classification with custom metri... KNN classification with custom metric (DTW Distance)
    1
    import numpy as np
    2
    from scipy.spatial import distance
    3
    from sklearn.model_selection import train_test_split
    4
    from sklearn.neighbors import KNeighborsClassifier
    5
    from sklearn.model_selection import GridSearchCV
  4. AndroidApp_GermanCitizenship AndroidApp_GermanCitizenship Public

    Learning Kotlin and Android: A Quiz App to practice for the German Citizenship Test

    Kotlin 1

  5. project_computer_vision project_computer_vision Public

    Implementation of Random Ferns for Object Recognition in polarimetric synthetic aperture radar images

    Python 2