Predicting_real_estate_prices_using_scikit-learn
Predicting_real_estate_prices_using_scikit-learn copied to clipboard
Predicting Amsterdam house / real estate prices using Ordinary Least Squares-, XGBoost-, KNN-, Lasso-, Ridge-, Polynomial-, Random Forest-, and Neural Network MLP Regression (via scikit-learn)
## Purpose Fix partition max size on versions without pow.s, like amd64. JIRA issue: [CORE-18310](https://jira.reactos.org/browse/CORE-18310) ## Proposed changes Turn the PARTITION_MAXSIZE macro from an expression into a fixed sum, so...
## Purpose and Proposed changes `PrintAttribute()` and `ChangeAttribute()` duplicate their functionality, except for the actual difference of displaying the file attributes vs. changing them. Instead, move that per-file action into...
[USER32_WINETEST] Completely disable tests that would force us to also use too new USER definitions completely incompatible with ReactOS/Win2k3 ones. And use a sane value for _WIN32_WINNT accordingly < Win8....
## Purpose This fixes NtCreateProfile `BufferSize` validation (see https://www.geoffchappell.com/studies/windows/km/ntoskrnl/api/ex/profile/bugdemo.htm for the bug description). It also adds parameter validation tests for NtCreateProfile, and a basic test for a complete profile. JIRA...