Skip to content
View dasrajdeep346-tech's full-sized avatar

    Block or report dasrajdeep346-tech

    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.

    Content in all repositories owned by your account will be closed.
    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

    Rajdeep Das

    📊 Data Science · 🤖 Machine Learning · 📈 Analytics

    Turning raw data into decisions.

    EmailGitHubKaggle

    FollowersFocusLocationOpen to


    👋 About Me

    classRajdeepDas:
    def__init__(self):
    self.role="Data Science / Machine Learning Student"self.focus= ["Predictive Modeling", "Survival Analysis", "EDA"]
    self.stack= ["Python", "pandas", "scikit-learn", "SQL"]
    self.learning= ["Deep Learning", "MLOps", "Feature Engineering"]
    defcurrent_goal(self):
    return"Build end-to-end ML projects that solve real problems"
    • 🔬 I build machine learning projects that turn messy, real-world datasets into models people can act on.
    • 📊 Comfortable across the full pipeline — EDA → preprocessing → modeling → evaluation → interpretation.
    • 🧠 Currently deepening my work in healthcare analytics and classification modeling.
    • 📫 Reach me at dasrajdeep346@gmail.com

    🛠️ Tech Stack

    Languages & Core

    PythonSQLGitMarkdown

    Data Science & Machine Learning

    pandasNumPyscikit-learnSciPyLightGBMlifelines

    Visualization & Environment

    MatplotlibSeabornJupyterColabVS Code


    🚀 Featured Projects

    🎗️ Breast Cancer Risk Prediction

    Predicts 10-year mortality in breast cancer patients by combining survival analysis with supervised classification.

    Kaplan-MeierCox PHLogistic RegressionSVMDecision Tree

    2,509 patients · 34 features · best accuracy 99.60%

    ➡️ View project

    💼 Employee Retention Prediction

    Predicts whether a data scientist is likely to seek a job change, built on HR Analytics data.

    LightGBMClassificationFeature Engineering

    19,158 records · ROC-AUC 0.807

    ➡️ View project


    🧪 What I Work On

    AreaWhat that looks like in practice
    🔍 Exploratory Data AnalysisDistribution profiling, correlation heatmaps, missing-value strategy, outlier handling
    🧹 Data PreprocessingImputation, encoding, scaling, deduplication, leakage checks
    🤖 Predictive ModelingLogistic Regression, SVM, Decision Trees, LightGBM, model comparison
    📉 Survival AnalysisKaplan-Meier estimation, Cox Proportional Hazards, hazard ratios
    📊 Evaluation & InterpretationROC-AUC, precision/recall, confusion matrices, feature importance

    🌱 Currently Learning

    AreaFocus
    🧠 Deep LearningNeural networks, TensorFlow / PyTorch fundamentals
    ⚙️ MLOpsModel deployment, versioning, reproducible pipelines
    🗄️ SQL & Data EngineeringQuery optimization, warehousing, ETL
    📈 Advanced StatisticsCausal inference, experiment design, Bayesian methods

    🤝 Let's Connect

    I'm open to collaboration on data science projects, research, and internship opportunities.

    Contact



    "Without data, you're just another person with an opinion."
    — W. Edwards Deming



    Pinned Loading

    1. breast-cancer-risk-predictionbreast-cancer-risk-predictionPublic

      Survival analysis and ML models predicting 10-year mortality in breast cancer patients (Kaplan-Meier, Cox PH, Logistic Regression, SVM, Decision Tree)

    2. employee-retention-predictionemployee-retention-predictionPublic

      Machine learning classification model predicting whether a data scientist is likely to seek a job change. LightGBM, ROC-AUC 0.807, HR Analytics dataset (19,158 records).

      Jupyter Notebook

    3. fraud-detection-analysisfraud-detection-analysisPublic

      End-to-end fraud detection on mobile-money transactions — leakage-free scikit-learn pipeline, six hypothesis tests, and a 3-model comparison (Random Forest: 0.9982 F1, 0.9999 PR-AUC).