Skip to content
View MrunaliMChavan's full-sized avatar

Block or report MrunaliMChavan

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. WEATHER-FORECASTING-LOGISTIC-REGRESSION WEATHER-FORECASTING-LOGISTIC-REGRESSION Public

    The project analyzes weather data to forecast rain tomorrow. It employs machine learning algorithms like logistic regression, support vector machine, and naive Bayes, alongside evaluation metrics a…

    Jupyter Notebook

  2. RAINFALL-PREDICTION-LINEAR-REGRESSION RAINFALL-PREDICTION-LINEAR-REGRESSION Public

    This project analyzes Austin weather data to predict precipitation levels. It preprocesses data, conducts EDA, trains a linear regression model, evaluates performance metrics, handles skewness, and…

    Jupyter Notebook

  3. LOAN-APPLICATION-EDA LOAN-APPLICATION-EDA Public

    This project analyzes financial data, emphasizing data cleaning, missing value handling, imputation, outlier identification, and exploratory data analysis (EDA). EDA entails visualizations to under…

    Jupyter Notebook

  4. DIABETES-PREDICTION-SVM DIABETES-PREDICTION-SVM Public

    The project develops a machine learning model to predict diabetes based on health indicators. It follows a systematic approach encompassing data analysis, model training, and evaluation. Techniques…

    Jupyter Notebook

  5. CANCER-PREDICTION-NAIVEBAYES-KNN CANCER-PREDICTION-NAIVEBAYES-KNN Public

    This project focuses on predicting cancer levels using machine learning. It utilizes K-Nearest Neighbors (KNN) and Naive Bayes classifiers. The models are evaluated based on accuracy, and the KNN m…

    Jupyter Notebook

  6. Medical-Diagnosis-System Medical-Diagnosis-System Public

    To predict and diagnose common health conditions (cancer, diabetes, heart disease) using machine learning, enhancing early detection and accessibility.

    Python