Skip to content
View jo4x962k7JL's full-sized avatar
🏠
Working from home
🏠
Working from home
  • San Jose, CA
Block or Report

Block or report jo4x962k7JL

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

  1. covid19-charts covid19-charts Public

    Forked from octopicorn/covid19-charts

    Make your own own chart of the covid-19 pandemic, comparing timeseries for any countries, states, and US counties.

    HTML

  2. udacity_MLND udacity_MLND Public template

    Forked from udacity/machine-learning

    Content for Udacity's Machine Learning curriculum

    Jupyter Notebook 1 1

  3. sim10.py sim10.py
    1
    #
    2
    import numpy as np
    3
    import pandas as pd
    4
    from sklearn.preprocessing import MinMaxScaler, Imputer
    5
    from sklearn.linear_model import LogisticRegression
  4. Tic-Tac-Toe-Game Tic-Tac-Toe-Game Public

    Simple text-based implementation

    Python