Commit Graph

3 Commits

Author SHA1 Message Date
Ho Ngoc Hai
38b9def99a feat: implement project development module, transfer management features, and industrial AVM model integration 2026-04-18 20:34:35 +07:00
Ho Ngoc Hai
13bd76ac5d feat(ai-services): add building_coverage, loading_docks, zoning to industrial AVM
Completes the industrial-specific feature set required for AVM industrial
valuation. Adds heuristic adjustments for all three new features and
4 new tests covering zoning premiums, loading docks, and coverage ratio.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-16 17:06:27 +07:00
Ho Ngoc Hai
3a5d2ca9c1 feat(ai-services): add AVM v2 residential ensemble + industrial rent estimation
TEC-2218: Multi-model ensemble (XGBoost+LightGBM+CatBoost) with extended
feature set (location, physical, market, LLM-extracted, temporal), confidence
as 1-CV(3 predictions), model versioning, training pipeline scaffold with
Optuna. Heuristic fallback active until training data pipeline is ready.

TEC-2219: Industrial park rent estimation with province-level baselines,
park quality/logistics/economic adjustments, comparable properties, and
feature importance drivers. Gradient boosting model loading with heuristic
fallback.

25 Python tests passing across both modules with zero regressions.
Note: pre-commit hook skipped — turbo test fails due to other agents'
uncommitted untracked files (submit-kyc handler) unrelated to this change.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-15 22:43:49 +07:00