Skip to content
View Fful's full-sized avatar
🎯
Phокус
🎯
Phокус

Block or report Fful

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
Fful/README.md

Pinned Loading

  1. pyprog-course-WA pyprog-course-WA Public

    This repo contains practical tasks for Course: DLMDSPWP01 – Programming with Python, whitch is part of my Written Assigment

    Jupyter Notebook

  2. ml-base-notebooks ml-base-notebooks Public

    Practical application of basic machine learning algorithms from popular python libraries

    Jupyter Notebook

  3. s4e5-flood-prediction s4e5-flood-prediction Public

    The goal is to predict the probability of a region flooding based on various factors.

    Jupyter Notebook

  4. ml-xgboost ml-xgboost Public

    XGBoost training with categorical IBM Base Sample

    Jupyter Notebook

  5. base for creating estimators in sklearn base for creating estimators in sklearn
    1
    from sklearn.base import BaseEstimator, TransformerMixin
    2
    from sklearn.utils.validation import check_array, check_is_fitted # for production code
    3
    
    
    4
    from sklearn.cluster import KMeans
    5
    from sklearn.metrics.pairwise import rbf_kernel
  6. ACS-microclimat ACS-microclimat Public

    Automatic control system of microclimat in room

    C++