Predicting_real_estate_prices_using_scikit-learn icon indicating copy to clipboard operation
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)

Results 124 Predicting_real_estate_prices_using_scikit-learn issues
Sort by recently updated
recently updated
newest added

## 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...

refactoring

## 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...

enhancement
refactoring

[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....

ROSTESTS

## 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...

bugfix
ROSTESTS
kernel&hal