Skip to content
View rj285's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report rj285

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. linear-multiple-linearregression linear-multiple-linearregression Public

    Linear regression estimates the relationship between one independent variable and a dependent variable, while multilinear regression extends this to multiple independent variables.

    Python

  2. MATPLOTLIB MATPLOTLIB Public

    data visualizations using matplotlib python library

    Python

  3. Naive-Bayes Naive-Bayes Public

    Gaussian Naive Bayes is a classification algorithm assuming features are independent and follow a Gaussian distribution. It predicts the class for a given sample by applying Bayes' theorem and sele…

    Python

  4. PRICE-INTELLIGENCE-SOFTWARE-PIS- PRICE-INTELLIGENCE-SOFTWARE-PIS- Public

    File contains:- webscarping using requests,json,pandas,colorama,json ...etc

    Python

  5. PYTORCH PYTORCH Public

    PYTORCH(tensorflow basics and others)

    Python

  6. TRAIN-TEST-SPLIT TRAIN-TEST-SPLIT Public

    Train-test split divides data for model training and evaluation, while linear regression predicts continuous outcomes and logistic regression handles binary classification, both leveraging linear r…

    Python