Skip to content
View lauracodecreations's full-sized avatar

Block or report lauracodecreations

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

    Capstone project for Ada Developers Academy

    JavaScript 1

  2. VideoStoreAPI VideoStoreAPI Public

    Forked from mystioreo/VideoStoreAPI

    HTML 1

  3. video-store-consumer video-store-consumer Public

    Forked from JaneEdwMcN/video-store-consumer

    JavaScript

  4. elle-johnnie/betsy elle-johnnie/betsy Public

    Forked from Ada-C10/betsy

    Project: Create an e-commerce web app

    Ruby 1

  5. Cronbach’s_alpha.md Cronbach’s_alpha.md
    1
     # Calculating Cronbach's Alpha using Python
    2
    
                  
    3
    Cronbach’s alpha is a measure of internal consistency, that is, how closely related a set of items are as a group. More information about this: https://stats.idre.ucla.edu/spss/faq/what-does-cronbachs-alpha-mean/
    4
    
                  
    5
    The code assumes that you already have uploaded your data in Azure ML, and that you have imported into Python. More information: https://gist.github.com/lauramar17/0fd5ea81be217a7ccd39cacaba7397b9.js
  6. Normal_Distribution.md Normal_Distribution.md
    1
    # Creating Histograms with Normal Distribution Line using Python
    2
    
                  
    3
    ## Problem
    4
    
                  
    5
    You need to know if the data is normally distributed before doing any analysis on it.