Skip to content
View jeremy-lee93's full-sized avatar

Block or report jeremy-lee93

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. dsc-mod-1-project-v2-1-onl01-dtsc-pt-052620 dsc-mod-1-project-v2-1-onl01-dtsc-pt-052620 Public

    Forked from learn-co-students/dsc-mod-1-project-v2-1-onl01-dtsc-pt-052620

    We did an analysis of the movie industry to provide recommendations to Microsoft if they decided to enter the movie industry.

    Jupyter Notebook 3 7

  2. building-an-nba-position-classifier building-an-nba-position-classifier Public

    Forked from learn-co-students/dsc-mod-3-project-v2-1-onl01-dtsc-pt-052620

    Jupyter Notebook 2

  3. king-county-housing-regression king-county-housing-regression Public

    Forked from jj-yoon/dsc-mod-2-project-v2-1-onl01-dtsc-pt-052620

    Jupyter Notebook 1 1

  4. nlp-brand-sentiment-analysis nlp-brand-sentiment-analysis Public

    NLP sentiment analysis of Tweets related to Apple and Google

    Jupyter Notebook 2 1

  5. Instantiating and fitting polynomial... Instantiating and fitting polynomial regression
    1
    poly2 = PolynomialFeatures(2) #trying a polynomial or order 2 
    2
    X_degree2 = poly2.fit_transform(X) #transform the data
    3
    reg_poly2 = LinearRegression().fit(X_degree2, y) #fit 2nd order polynomial to the data
    4
    
                  
    5
    from sklearn.model_selection import cross_val_score
  6. nba-topic-modeling-capstone nba-topic-modeling-capstone Public

    Capstone Project for Flatiron School Data Science Bootcamp

    Jupyter Notebook