
Ouvrir
Publié
•
Se termine dans 4 jours
Payé lors de la livraison
I have already deployed a full Streamlit application that predicts loan approvals in real time (live demo: [login to view URL], source: [login to view URL]). The pipeline currently includes Logistic Regression, K-Nearest Neighbors, and Naive Bayes models with standard scaling and the usual EDA-driven feature engineering. What I want now is a measurable lift in overall model performance, with the F1-score as the guiding metric. Feel free to explore more advanced algorithms (e.g., Gradient Boosting, XGBoost, LightGBM, calibrated ensembles, or even a tuned version of my existing classifiers) as long as they integrate cleanly with the existing Python | Pandas | NumPy | Scikit-learn stack and can be surfaced through the current Streamlit front-end. Key points you should address • Re-examine preprocessing and feature selection only if it directly supports a higher F1-score; the interface and general UX can remain untouched. • Provide well-commented, reproducible code and a concise notebook or markdown explaining your methodology, hyperparameter tuning strategy, and why the new model outperforms the baseline on unseen data. • Update the Streamlit app so users can choose the improved model in real time, then redeploy (Heroku/Streamlit Cloud) or supply clear deployment instructions. Acceptance criteria 1. End-to-end run on my dataset yields a materially higher F1-score than the current best model. 2. Code passes without errors in a fresh virtual environment using requirements.txt. 3. Updated app link (or PR) demonstrating the new model in production. If this sounds like a challenge you enjoy, let’s get started.
N° de projet : 40275364
20 propositions
Ouvert aux candidatures
Projet à distance
Actif à il y a 2 jours
Fixez votre budget et vos délais
Soyez payé pour votre travail
Surlignez votre proposition
Il est gratuit de s'inscrire et de faire des offres sur des travaux
20 freelances proposent en moyenne ₹19 519 INR pour ce travail

Hey there Glane here, hope you're doing well. I can help you in building advanced models hyperparameter tuned that would enhance the precision and recall and ultimately thr F1 score without touch the front end. Feel free to get in touch.
₹12 500 INR en 1 jour
6,1
6,1

With over 7 years of experience and a comprehensive skill set that includes Python, I am perfectly positioned to help you achieve the measurably improved model performance you desire for your credit risk project. I've always found challenges like these very exciting. Right from the start, I'm impressed with the depth and complexity of your existing work. My expertise in various domains, including web development and artificial intelligence through Python, make me an ideal candidate to investigate your pipeline’s performance. When making a choice for a freelancer, selecting one with a keen eye on end-to-end optimization is crucial. My wide-ranging skills focusing on full-stack development and cloud computing would be invaluable for ensuring a clean integration of advanced algorithms with your existing stack. My proven record in meeting client expectations ensures that I’ll successfully deliver on the acceptance criteria set: materially higher F1-score, error-free code in fresh virtual environments, and deploying/updating your app to showcase the new model in production. It's time we get started on positively transforming your credit risk model performance!
₹12 500 INR en 7 jours
6,2
6,2

Hi,I am a seasoned Applied ML Engineer(6+ yoe). I have gone through your repo and the sklearn pipeline involving LR/Naive Bayes/KNN on 28 engineered feats.I can deliver a measureable F1 lift without changing the UI. My Plan: >>Reproduce your baseline exactly(fixed seed + Stratified K-Fold CV) for fair comparison >>Pipeline hardening: move imputation/encoding/scaling into a single Pipeline +ColumnTransformer; check class imbalance & use class_weight / re-sampling only if it boosts F1 >>Model upgrades: HistGradientBoosting, Gradient Boosting, ExtraTrees/RandomForest,calibrated linear models & tuned KNN/NB variants >>Optional high-performers: if you’re okay adding a dependency, I’ll test XGBoost/LightGBM with careful tuning & early stopping >>TabTransformer : I’ll evaluate a TabTransformer/FT-Transformer style model for mixed numeric+categorical credit data. This can capture nonlinear interactions better than LR & often improves F1 on tabular tasks.I’ll keep it reproducible (training script +saved weights) & only keep it if it beats tree/GBM baselines on unseen folds >>F1-focused tuning: RandomizedSearch/Optuna +probability threshold optimization & optional probability calibration(isotonic/Platt) >>Proof on unseen data: CV mean +- std F1 + holdout test, confusion matrix,precision/recall tradeoff & clear justification. Deliverables >>PR with clean, commented code + reproducible notebook/markdown methodology >>Updated Streamlit app: model selector includes the improved model(s)
₹12 500 INR en 3 jours
4,2
4,2

Hello, I reviewed your deployed Streamlit loan-approval app and your goal is clear: improve the current baseline with a model that delivers a measurable F1-score lift while fitting cleanly into the existing Python/Pandas/NumPy/scikit-learn + Streamlit workflow. My approach would be to benchmark the current models first, then test stronger classifiers and targeted preprocessing/tuning only where they improve unseen-data performance. I would keep the UI intact, integrate the best-performing model into the existing Streamlit app, and provide reproducible code plus a concise methodology note. Why I’m a strong fit Strong hands-on experience with Python, Pandas, NumPy, scikit-learn, Streamlit, and classification workflows Comfortable with F1-focused model evaluation, hyperparameter tuning, feature refinement, and baseline comparison Can update the app cleanly so users can select the improved model in real time As a verified Freelancer, I focus on reliable, reproducible delivery with clear documentation Quick questions Is the current best F1-score already documented on a fixed train/test split? Are extra free libraries like XGBoost/LightGBM acceptable if they outperform the current stack? Clear ML improvement, clean integration, and chat-first coordination.
₹20 000 INR en 7 jours
4,1
4,1

Hello there, I am excited about the opportunity to enhance the performance of your Streamlit loan approval prediction application. Leveraging advanced algorithms such as Gradient Boosting, XGBoost, or LightGBM, I aim to boost the F1-score while ensuring seamless integration with the existing Python | Pandas | NumPy | Scikit-learn stack and Streamlit frontend. I will provide well-commented, reproducible code along with a detailed methodology explanation and hyperparameter tuning strategy, enabling users to select the improved model in real time. Regards, anilptk
₹22 370 INR en 4 jours
3,2
3,2

Hello, I can help you achieve a measurable lift in F1-score while keeping your existing Streamlit interface intact and production-ready. Optimization Strategy: Benchmark current models (LogReg, KNN, Naive Bayes) to establish baseline F1. Introduce stronger learners: Gradient Boosting, XGBoost, LightGBM, and calibrated ensembles. Apply targeted feature refinement only where it directly improves F1. Perform structured hyperparameter tuning (Optuna/GridSearch with cross-validation). Apply probability calibration and threshold optimization specifically for F1 maximization. All improvements will integrate cleanly into your Python | Pandas | NumPy | Scikit-learn stack and be selectable within your existing Streamlit UI. Best Regards Shubham Sharma
₹25 000 INR en 7 jours
2,0
2,0

Hi, I am Abutalha, a data science and machine learning developer with experience in Python, Pandas, NumPy, and Scikit-learn. I have worked on ML models, data analysis, and Streamlit applications, and I also share my projects on GitHub. I can review your current pipeline and improve the model performance by testing advanced models such as Gradient Boosting, XGBoost, or LightGBM and tuning hyperparameters to increase the F1-score. I will also check feature selection and preprocessing if it helps improve results, provide clean and well-commented code, and explain the methodology in a short notebook. After that, I will update the Streamlit app so users can select the improved model and provide deployment instructions. You will receive updated code, improved model performance with a higher F1-score, and an updated Streamlit app that runs without errors in a fresh environment. Best regards, Abutalha
₹30 000 INR en 8 jours
2,0
2,0

Hello, With a solid background in both AI automation and complex API integration, I am confident that I can bring a refreshing perspective to your credit risk model enhancement project. My skill set, particularly my advanced proficiency in Python, perfectly aligns with leveraging the potential of more advanced algorithms like Gradient Boosting and XGBoost to improve overall model performance. Even though a significant portion of this task revolves around enhancing the credit risk model, I'd like to stress on the importance of ensuring seamless integration between all the components. Thanks!
₹12 500 INR en 5 jours
0,0
0,0

Hello, As a data scientist and developer with over six years of solid experience, my primary focus has been on using Python to develop data-driven models and applications. I have successfully completed over a hundred projects and maintained a 100% job completion rate, which is a testament to my commitment, attention to detail, and ability to deliver quality work consistently. In line with your project to boost credit risk model performance, I am well-versed in the Python | Pandas | NumPy | Scikit-learn technologies that underpin your existing pipeline. My Python skills extend beyond just building models but also include deploying them into the production environment - as evident by my experience on deployment platforms such as Heroku or, in this case, Streamlit Cloud. With every project completion, I always ensure that I provide well-commented, reproducible code and comprehensive documentation that explains not just what was done but why it was done that way. Ultimately, I believe that this project calls for not only a boost in model performance but also an understanding of how we achieved that uplift. That’s what I bring to the table: proven expertise and deep explanatory abilities that will move your project forward and demonstrate measurable improvements. Thanks!
₹12 500 INR en 4 jours
0,0
0,0

Hi, I can help you achieve a clear F1-score improvement on your deployed Streamlit loan approval app. I’ll benchmark your current models, implement advanced algorithms like Gradient Boosting/XGBoost/LightGBM with proper hyperparameter tuning, and optimize specifically for F1. You’ll receive clean, reproducible code, a concise methodology report, and an updated Streamlit app with the improved model integrated and ready for deployment.
₹25 000 INR en 7 jours
0,0
0,0

✅Hello, I certainly understand your goal: improving your existing Streamlit loan-approval app by achieving a measurable lift in overall model performance, guided by the F1-score, while keeping the interface and UX intact. ✅My approach: I’ll evaluate your current preprocessing and feature engineering, then explore advanced algorithms such as Gradient Boosting, XGBoost, LightGBM, and calibrated ensembles, or fine-tune your existing classifiers to maximize F1-score. The updated models will integrate seamlessly with your Python | Pandas | NumPy | Scikit-learn stack, and I’ll update the Streamlit app so users can select the improved model in real time. I’ll provide well-commented, reproducible code and a concise notebook or markdown explaining methodology, hyperparameter tuning, and performance gains, plus clear deployment instructions or a redeployed app. I specialize in end-to-end ML workflow optimization, from feature engineering to model tuning and Streamlit deployment. Past projects include predictive analytics dashboards and real-time ML apps where model improvements translated to higher accuracy and user confidence, all delivered with maintainable, production-ready code. Excited to enhance your app and deliver a significant F1-score improvement while keeping your current app intuitive and reliable!
₹20 000 INR en 5 jours
0,0
0,0

I can improve your current Streamlit credit-risk pipeline with a measurable F1 lift using strong model tuning + ensemble selection (XGBoost/LightGBM/Calibrated models), targeted feature checks, and reproducible validation. I will deliver clean code, clear experiment notes, updated app integration, and deployment-ready instructions so you can run everything in a fresh environment without friction.
₹14 500 INR en 5 jours
0,0
0,0

Hi, I can optimize your current loan-approval model and deliver measurable F1 improvement with reproducible validation. I’ll start by reproducing your baseline metrics and auditing the current feature pipeline, then run targeted optimization on feature handling, threshold tuning, and class-imbalance strategy. You’ll receive before/after metrics, an updated reproducible notebook, and a concise change log explaining exactly what improved and why. Deliverables: - Baseline vs optimized performance report - Updated model pipeline/notebook - Validation protocol and reproducibility steps - Practical recommendations for next iteration I can begin immediately and provide the baseline + optimization plan within the first 24 hours.
₹20 000 INR en 3 jours
0,0
0,0

I work in credit industry and ensures regulatory guidelines when it comes to credit approval. I have been working with credit from past 6+ years and have end to end development knowledge and coding experience which can help to uplift the model performance. Furthermore, I have good experience in Bayesian based hyperparameter tuning which avoids overfitting and underfitting on out of time samples.
₹25 000 INR en 15 jours
0,0
0,0

Palanpur, India
Membre depuis juin 1, 2025
$25-50 USD / heure
€12-18 EUR / heure
$30-250 AUD
$750-1500 USD
£10-15 GBP / heure
$7000 USD
$10-30 USD
$250-750 SGD
₹1500-12500 INR
$8-15 AUD / heure
$15-25 USD / heure
₹100-400 INR / heure
$10-30 USD
₹600-1500 INR
₹100-400 INR / heure
$2-8 USD / heure
₹600-1500 INR
$8-15 USD / heure
$10 CAD
$2-8 USD / heure