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 I fixed several files with Bulgarian translation
[MAIN.CPL] Fix Cursor/Caret blinking [CORE-17929](https://jira.reactos.org/browse/CORE-17929) [MAIN.CPL] Do not delete system stock object [MAIN.CPL] Save uCaretBlinkTime to CursorBlinkRate key Cursor/Caret blinking rate never reaching None [NTUSER] Fix issue when caret is...
## Purpose implement _RpcEnumInterfaces without relying on Vista+ functions JIRA issue: [CORE-12275](https://jira.reactos.org/browse/CORE-12275) ## TODO - [ ] remove breakpoint - [ ] remove debug prints - [ ] fix unmarshall...
## Purpose Add some more diagnostic `DPRINT`s in two `ZwQueryValueKey` calls of `KspReadMediaCategory`, when querying the size of the buffer and when reading the media categories names from registry. For...
## Purpose Review `MmCreateSection()` calls. JIRA issue: [CORE-17963](https://jira.reactos.org/browse/CORE-17963) ## Proposed changes - [NTOS:MM] MmCreateSection(): Improve documentation a bit - [WIN32K:NTGDI] IntGdiAddFontResourceEx(): Fix MmCreateSection() call Reverts this part of b81f9b0 (0.4.13-dev-1073).
[CORE-17627](https://jira.reactos.org/browse/CORE-17627) ## Purpose When closing a file, fastfat zeroes it out from ValidDataLength up to the end of the file. The ValidDataLength field is updated when the file content is...
## Purpose Ensure debug-traced user-mode data passed by pointers is captured. JIRA issue: [CORE-18098](https://jira.reactos.org/browse/CORE-18098)
## Purpose Our shell32's `wine/shpolicy.c` file, synced with Wine code (and which is currently in master still up to date with Wine!), contains outdated/incomplete definitions that date back from Windows...
For some strange reason ReactOS has their own CRITICAL_SECTION(_DEBUG), not a typedefs to RTL_* structs like in Windows SDK. Eliminated wine-sync hacks in kernel32. I found this fact while working...
Jira issue: [CORE-15771](https://jira.reactos.org/browse/CORE-15771) TODO: - [x] UndefinedBehaviorSanitizer (UBSan, `-fsanitize=undefined`) - [ ] `-fsanitize=nullability*` group of checks - [ ] KernelAddressSanitizer (KASan, `-fsanitize=address`) - [ ] Test on 64bit builds