10000 aristotelisxs (Aristotelis Charalampous) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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.

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 Loading

  1. nftvaluations-documentation nftvaluations-documentation Public

    Official documentation for nftvaluations.com

    JavaScript

  2. p3-collab-compet-drlnd p3-collab-compet-drlnd Public

    Bots with rackets learn to play tennis!

    HTML

  3. 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

  4. 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
0