Skip to content
View atyrachma's full-sized avatar
🍊
I may be slow to respond.
🍊
I may be slow to respond.

Block or report atyrachma

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

    MATLAB 1

  2. tkmeansclustering tkmeansclustering Public

    1

  3. JDS-Marketing-aty JDS-Marketing-aty
    1
    import numpy as np
    2
    from sklearn import linear_model, metrics
    3
    
                  
    4
    class MarketingCosts:
    5
    
                  
  4. JDS-Workers-aty JDS-Workers-aty
    1
    SELECT name
    2
    FROM employees
    3
    WHERE (id NOT IN 
    4
           (SELECT managerId 
    5
            FROM employees 
  5. py-import-to-colab.py py-import-to-colab.py
    1
    #from kaggle
    2
    
                  
    3
    # Colab library to upload files to notebook
    4
    from google.colab import files
    5
    # Install Kaggle library
  6. n_sentiment_analysis n_sentiment_analysis Public

    Python