Skip to content
View aristotelisxs's full-sized avatar

Block or report aristotelisxs

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. hkan-logad hkan-logad Public

    The implementation of HKAN-LogAD: Hierarchical Kolmogorov-Arnold Networks for Log Anomaly Detection

    Python 2

  2. kb_tools kb_tools Public

    A repository containing useful tools to enhance and evaluation your Knowledge Base, used in the context of LLM-powered applications

    Python

  3. caliboost.py caliboost.py
    1
    import numpy as np
    2
    from sklearn.tree import DecisionTreeRegressor as Tree
    3
    from sklearn.linear_model import LogisticRegression as LR
    4
    from sklearn.isotonic import IsotonicRegression as Iso
    5
    from sklearn.base import BaseEstimator, ClassifierMixin
  4. p3-collab-compet-drlnd p3-collab-compet-drlnd Public

    Bots with rackets learn to play tennis!

    HTML