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 Follow-up of PR #4715. JIRA issue: [CORE-15369](https://jira.reactos.org/browse/CORE-15369) ## Proposed changes - The 'Show Desktop' button of taskbar works on button up instead of button down. - Add `NULL`...

bugfix

## Purpose - Fix "Speaker settings" image ( `IDC_SPEAKIMG` ) - Addendum to [781c247](https://github.com/reactos/reactos/commit/781c247bd3c5aeee799527db2ce06e15f794b0a4) ## Proposed changes - Use 72x72 icon instead of bitmap - Use correct control position and...

bugfix

## Purpose Partially sync Regedit to Wine-7.17 JIRA issue: Don't know. Maybe [CORE-8141](https://jira.reactos.org/browse/CORE-8141) and others ## Proposed changes [REGEDIT] Partially Sync to Wine-7.17 - regproc.c and regedit.c are now in...

enhancement
WINESYNC
ROSTESTS

## Purpose When switching from fastfat to fastfat_new driver (https://github.com/reactos/reactos/commit/c05f3d8d1ce5641f1768ecd775a375a34e368cf9), we lost the ability to access FATX partitions (usually found on XBOX). JIRA issue: [CORE-16373](https://jira.reactos.org/browse/CORE-16373) ## Proposed changes - add...

enhancement
drivers

## Purpose Misc fixes for amd64 It has been confirmed by julenuri that this PR does also fix JIRA issue: [CORE-18155](https://jira.reactos.org/browse/CORE-18155)

bugfix
ROSTESTS
kernel&hal

## Proposed changes - Fix incorrect registry key in `get_mmioFromProfile` - Use `RegOpenCurrentUser` to access the appropriate `HKEY_CURRENT_USER` key. This allows functions that use `HKEY_CURRENT_USER` to be called from system...

enhancement
refactoring

## Purpose This mimics what MS's CComPtr is doing: https://learn.microsoft.com/en-us/cpp/atl/reference/ccomptrbase-class?view=msvc-170#operator_ptr The reasoning behind this is that AddRef/Release is handled by the CComPtr, so anyone calling that is most likely not...

bugfix

## Purpose Properly lock the file when flushing data to disk when reclaiming memory on file sections JIRA issue: [CORE-17595](https://jira.reactos.org/browse/CORE-17595) maybe, I can't tell for sure. ## Proposed changes Do...

enhancement
bugfix
kernel&hal