
Completed
Posted
Paid on delivery
I have a Python based heuristics that make optimisation and decision-making recommendations, but their current performance is inconsistent because the underlying data source is not properly integrated. Your job is to get these heuristics working reliably by first fixing the integration and then refining the logic and debugging so the results are stable and reproducible. The work centres on: • Integrating multiple CSVs. • Rewriting or tweaking the existing optimisation algorithms and decision-making rules so they run efficiently on the unified data. • Demonstrating the end-to-end process in a clean script or notebook and validating that the new outputs make sense against a small test scenario I will supply. Deliverables I expect: 1. A well-commented Python module (or notebook) that loads the raw sources, merges them, and calls the improved heuristics. 2. A concise README explaining how to run everything locally. 3. A demo run to showcase well working notebook Acceptance criteria will be met when the script runs on my machine without edits and produces the agreed-upon optimisation & decision metrics within the expected tolerance levels. If you are comfortable juggling pandas, NumPy, and algorithmic tuning, I’m ready to share the data and walk you through the current code base.
Project ID: 40620187
23 proposals
Remote project
Active 7 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs

Hi, I can start immediately and deliver a working notebook within 24 hours. I'll share progress within the first few hours so you can review the approach early. From your description, the issue appears to be the data integration pipeline rather than the heuristics themselves. I'll unify the CSVs into a validated pipeline, handle missing values, duplicates, and datatype mismatches, then refine and debug the optimization logic to produce stable, reproducible results. You'll receive a clean, well-documented Jupyter Notebook and a concise README. I'm a final-year Data Science & Engineering student at MIT Manipal and recently completed a Data Science internship at a leading global financial institution, where I worked extensively with Python, Pandas, NumPy, and real-world data pipelines. Ready to begin as soon as you share the data and current codebase.
₹850 INR in 1 day
0.0
0.0
23 freelancers are bidding on average ₹1,130 INR for this job

Hey there Glane here, I can help stabilize and optimize your existing Python heuristics by integrating the multiple CSV data sources into a unified pipeline using pandas and NumPy, then refining the optimization logic, debugging inconsistencies, and improving the decision-making rules for reliable, reproducible results. I'll deliver a clean, well-documented Python module or Jupyter Notebook, a concise README with setup instructions, and a demo showcasing the end-to-end workflow on your test scenario. My focus will be on writing efficient, maintainable code that runs seamlessly on your machine and produces optimization metrics within the expected tolerance levels.
₹1,500 INR in 1 day
6.3
6.3

When it comes to fixing inconsistencies in existing systems and refining them to deliver consistently reproducible results, my 7+ years of experience in software development can be of immense value. My journey in Full Stack Development, which heavily relies on Python, allows me to navigate through vast amounts of data effortlessly, a facet that can be utilized proficiently for tasks such as integrating multiple CSVs or aligning heuristics with precise decision-making rules. My proficiency in tools like SPSS, Tableau, Rapid Miner and Excel can greatly aid in validating the outputs against any test scenarios. The success metrics as per your expectations will be delivered by a clear and concise module derived from my ability to write well-commented python code for efficient algorithm execution. Moreover, my knowledge in Machine Learning and Artificial Intelligence also accredit me to provide valuable insights towards optimizing data heuristics. I can bring considerable domain expertise and strong statistics background along with sound technical knowledge to this project. Let's get onboard on this optimization challenge together!
₹1,050 INR in 7 days
5.6
5.6

Hi, Your heuristics are firing inconsistently because the CSV integration underneath them isn't clean, so the optimisation and decision outputs shift run to run. Fix the merge first, stabilise the logic second. My read: the CSVs likely differ on keys, dtypes, or duplicate rows, so joins silently drop or fan out records and the heuristics see different inputs each run. I'd lock the merge in pandas with explicit keys and validation, seed anything stochastic, then tune the algorithms on the unified frame so results are reproducible. I work in Python with pandas and NumPy and care about code that runs on your machine without edits. You'd get a commented module or notebook, a short README, and a demo run validated against your test scenario. First step: share the CSVs and current code, and I'll point out exactly where the integration breaks. I can deliver in 4 days. Regards, Nurullah Al Masum
₹1,400 INR in 4 days
4.4
4.4

Hi, Drop me a message — I'll share a quick prototype based on what I understood. If it matches your expectations, we can move forward. Thanks!
₹1,050 INR in 7 days
2.3
2.3

Hello, I’m interested in assisting with your Python optimization project. I have hands-on experience with Python, Pandas, NumPy, data preprocessing, CSV integration, machine learning workflows, and debugging existing codebases. I’m comfortable working with structured datasets and improving the reliability and reproducibility of analytical pipelines. My approach will be to: Review the current codebase and understand the existing heuristic logic. Integrate and validate the multiple CSV data sources using efficient Pandas workflows. Debug and refine the optimization rules to ensure stable, reproducible results. Validate the outputs against your provided test scenario. Deliver a well-documented Python script/notebook along with a concise README for easy execution. Before we begin, I have a few quick questions: Which optimization or heuristic approach is currently implemented (rule-based heuristics, greedy optimization, genetic algorithm, or another method)? Approximately how many CSV files and what is their size? Are there any known integration issues or failing outputs that you would like me to prioritize? Is the existing implementation in a Jupyter Notebook or standard Python modules? Once I review the current implementation, I can efficiently identify the integration issues, improve the heuristic logic, and ensure the solution runs reliably on your machine. I look forward to discussing your project. Best regards, Gowri K.
₹1,050 INR in 1 day
1.7
1.7

Hello, I can help integrate your multiple CSV files into a unified dataset and improve your Python-based heuristics for consistent, reproducible optimization and decision-making. I have experience with Python, Pandas, NumPy, data analysis, and debugging, and I focus on writing clean, efficient, and well-documented code. I will deliver a fully commented Python module or Jupyter Notebook, a clear README with setup instructions, and a demo showcasing the complete workflow. I'll also validate the results using your test scenario to ensure the outputs meet the expected tolerance levels. I’m ready to review your data and existing codebase and start immediately.
₹1,050 INR in 5 days
0.0
0.0

Hi, I would love to help you clear your financial backlog efficiently and with absolute accuracy. I have hands-on experience in meticulous financial data processing, bookkeeping, and reconciliation using both Excel and Tally Prime. I completely understand how critical it is to match ledger heads, cost centers, and tax classifications precisely with source documents, ensuring that daily totals reconcile smoothly and trial balances check out without discrepancies. Furthermore, my background in Python and software architecture allows me to build custom validation or data-parsing workflows if needed, ensuring that large batches of raw financial records are structured, verified, and cross-checked against your chart of accounts with zero margin for error. My Proposed Workflow: Review sample documents and naming conventions upon onboarding. Structure and update the Excel workbook mirroring your chart of accounts. Post entries accurately into Tally Prime (ledgers, cost centers, tax details). Perform daily reconciliations and a final trial-balance check. Deliver the reconciled Excel file, updated Tally company file, and a concise anomaly report. I am detail-oriented, reliable, and ready to start immediately. Let’s get your backlog fully sorted out! Best regards,
₹1,050 INR in 7 days
0.0
0.0

I'd start by getting the integration layer solid before touching the heuristics themselves — merge your CSVs into one clean DataFrame (handling dtype mismatches, missing keys, duplicate rows first), then wrap that in a validation step that flags anything that doesn't join cleanly. Once the data's trustworthy, instability in optimisation/decision logic is usually either stale intermediate state or the heuristics reacting to outliers/NaNs that slipped through — I'll trace through against your test scenario and pin down which. Deliverable: one Python module (or notebook, your call) that loads, merges, and runs the heuristics, plus a concise README with exact run steps and a demo pass against your test case. Quick question: how many CSVs and roughly what's the row count per file — that decides whether pandas alone is enough or if I should chunk for memory. Do you have the current code and a data sample ready to share, or should I sketch the structure first from your description?
₹900 INR in 2 days
0.0
0.0

Hello, I can make your Python heuristics reproducible by first normalizing and validating the CSV inputs, then separating the data-integration layer from the optimisation rules. I will check join keys, data types, missing values, duplicates, and ordering; profile the pandas/NumPy path; fix inconsistent decision logic; and validate results against your test scenario with explicit tolerance checks. Deliverables will include a clean Python module or notebook, a demo run, a concise README, and focused tests. My portfolio includes an original configurable CSV/JSON processing tool with automated tests, which is directly relevant to this workflow. Before starting, please share the current code, sample CSVs, expected join keys, target metrics/tolerances, and Python environment. I can provide a reproducible baseline quickly and complete the documented package within the proposed schedule.
₹1,050 INR in 7 days
0.0
0.0

I can help with that. Since this project is about data heuristics and optimization with Python, you could write something like this: "Hello! I am a dedicated full stack developer with a strong foundation in Computer Applications and expertise in Python. I have hands on experience in data analysis, optimization, and working with libraries like Pandas and NumPy, which directly aligns with your project's goals. I am confident in my ability to enhance your data heuristics efficiently. Let's discuss how my skills can benefit your project!"
₹3,000 INR in 7 days
0.0
0.0

Hi I am data scientist working on these type of problems, I can quickly understand your algorithm and structure your pipeline to get desired result. Please let me know if I can work on this
₹1,500 INR in 3 days
0.0
0.0

Hello, I read your project "Optimize D..." and I am very interested to help you. I am from Pakistan and I specialize in Data Entry, Internet Marketing and Facebook Marketing. I work with full focus, 100% accuracy and fast typing. I always deliver work on time and communicate clearly. Even though I am new on Freelancer, I am very serious and hardworking. I will treat your project like my own and make sure you are 100% satisfied with my work. I am available to start right now. Please give me a chance to prove myself. Looking forward to hearing from you. Thank you
₹1,050 INR in 7 days
0.0
0.0

Hi, Your project immediately caught my attention because it combines two areas I regularly work on: building reliable data pipelines and improving Python-based optimization logic. From your description, the key challenge is ensuring the heuristics run on clean, well-integrated data. I'll first integrate and validate the multiple CSV sources, then refine and debug the optimization and decision-making logic to make the results stable, reproducible, and efficient. **What I'll deliver:** * Well-commented Python module or Jupyter Notebook * Robust CSV integration and data validation * Optimized heuristic and decision-making logic * Clean end-to-end workflow from raw data to recommendations * Simple README with setup instructions * Demo run using your test scenario to verify the results I have strong experience with Python, pandas, NumPy, and building scalable data processing solutions. I focus on writing clean, maintainable code that is easy to understand and extend. I'd be happy to review your existing codebase and discuss the current implementation before getting started. I can begin as soon as you share the data and project details. Looking forward to working with you! Best regards, Harshit Rana
₹1,450 INR in 3 days
0.0
0.0

Hi, I can help you stabilize and optimize your existing Python heuristics. I have 2+ years of experience building production-grade ML and data processing pipelines, where reliability and reproducibility are critical. I'll first fix the CSV integration, identify the root cause of the inconsistent outputs, and then refine the optimization and decision-making logic for stable, reproducible results. You'll receive a clean, well-documented Python module or Jupyter notebook, a concise README, and a demo validating the outputs against your test scenario. I focus on writing maintainable, efficient code that runs consistently across environments, so the solution works on your machine without modifications.
₹1,050 INR in 7 days
0.0
0.0

Hi — I already prepared a working multi-CSV heuristics pipeline you can run locally today (demo data included). Once you share your real CSVs + current code, I will map columns and tune the rules to your acceptance metrics. What is ready now: 1) Load + validate 4 CSV sources (inventory / demand / costs / constraints) 2) Unified sku×warehouse frame (fixes unstable joins that drop warehouse/region context) 3) Improved heuristics: service-level target stock, MOQ/pack rounding, warehouse inbound caps, transfer-before-PO when cheaper 4) Reproducible metrics JSON + decisions CSV + notebook/demo script Demo result on sample data: projected service level ~98%, clear PO/TRANSFER/OK actions. On award: - Plug in your files - Port/refine your existing optimisation rules - Validate against your test scenario tolerances - Deliver clean module + runnable notebook Bid: ₹1,200 / 3 days. Happy to hop on a short call after award to walk through your codebase.
₹900 INR in 2 days
0.0
0.0

Hello, I can stabilize this Python pipeline by first auditing schemas and join keys across the CSV sources, then building deterministic pandas validation and merge steps before refining the heuristic and optimization logic. I will add reproducible test cases, tolerance checks, and clear diagnostics so inconsistent outputs can be traced quickly. Delivery will include a clean module or notebook, a demo run against your test scenario, and a concise README for local execution. I can complete the defined scope in 5 days. Please confirm the main optimization objective and the expected decision metrics or tolerance ranges.
₹1,050 INR in 5 days
0.0
0.0

Hi there, I have hands-on experience with Pandas/NumPy for data pipeline work and debugging computational logic to produce stable, reproducible results — I've built several data analysis applications that run in production, not just experimental notebooks. My approach: 1. Fix integration issues across CSV files (type mismatches, missing values, schema inconsistencies) 2. Review the heuristic algorithm logic to identify what's causing unstable results 3. Rewrite the code cleanly with clear comments, tested against your sample scenario 4. Write a README so it runs on your machine without edits I can start as soon as I receive the data and current code, and deliver within 2 days. Best, Anh Thu
₹1,000 INR in 2 days
0.0
0.0

Hi, I have experience with Python, Pandas, NumPy, and Machine Learning. I can debug your existing code, integrate multiple CSV files, optimize the heuristics, and ensure stable, reproducible results. I write clean, well-documented code and will provide a README for easy setup. I can start immediately and look forward to discussing your project.
₹600 INR in 7 days
0.0
0.0

Hi, I'm Shivangi Bodarya, a Python developer with 5+ years of experience in data processing, automation, and optimization systems. Your project aligns well with my experience. I understand that the priority is to make the existing heuristics reliable by fixing the data integration first, then refining the optimization logic for stable and reproducible results. I can: * Integrate and clean multiple CSV data sources using pandas. * Debug and improve the existing heuristics instead of rewriting them unnecessarily. * Optimize the decision-making logic for consistent performance. * Validate the outputs against your test scenario. * Deliver a well-commented Python module or Jupyter Notebook, a clear README, and a demo run that works on your machine without modifications. I've worked on similar Python projects involving large datasets, algorithm tuning, data validation, and analytical pipelines. I focus on writing clean, maintainable code and communicating progress throughout the project. I'd be happy to review your current codebase and discuss the expected optimization metrics before getting started. Looking forward to working with you. Best regards, Shivangi Bodarya
₹650 INR in 7 days
0.0
0.0

Hi, I can help you fix the data integration issues and make your Python-based heuristics run reliably with stable and reproducible optimization results. I have 4 years of experience in Python development, Pandas, NumPy, data processing, and automation workflows. I have worked with CSV pipelines, large datasets, data validation, and rule-based analytics. For this project, I can deliver: - Integration of multiple CSV sources - Debugging and improvement of existing heuristic logic - Optimization of decision-making rules - Validation of outputs with test scenarios - Clean Python module/notebook with README documentation and demo execution I can complete the entire project within 2 days and ensure the final solution runs smoothly on your machine without any manual changes. I focus on delivering clean, maintainable, and reliable solutions. Looking forward to working with you. Thanks, Sanmathi S
₹1,000 INR in 2 days
0.0
0.0

Chennai, India
Payment method verified
Member since Aug 2, 2026
$1300-1500 USD
₹400-750 INR / hour
₹750-1250 INR / hour
$30-250 USD
$10-30 USD
$15-25 USD / hour
$200-600 USD
₹12500-37500 INR
$250-750 USD
$1500-3000 USD
₹12500-37500 INR
₹600-1500 INR
₹750-1250 INR / hour
₹1500-12500 INR
₹12500-37500 INR
$25-50 USD / hour
$10-30 USD
₹12500-37500 INR
₹12500-37500 INR
₹37500-75000 INR