Skip to content
View saxenanihal95's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report saxenanihal95

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

    Building CricketPrediction model using Machine Learning

    Jupyter Notebook 13 7

  2. TourismApp TourismApp Public

    A Tourism Application which helps the user to find nearby Famous Places

    Java 6 4

  3. customer_segments customer_segments Public

    Jupyter Notebook

  4. finding_donors finding_donors Public

    HTML

  5. Search-Engine Search-Engine Public

    A Simple Search Engine using nltk

    Jupyter Notebook

  6. mahine learning mahine learning
    1
    # columns with missing values
    2
    null_columns = dataset.columns[dataset.isnull().any()]
    3
    
                  
    4
    # count of missing rows in each columns
    5
    training_set[null_columns].isnull().sum()