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 This PR is mostly to get conversation going about all the small changes me and @HBelusca discovered while using ReactOS with SMP support. This is a draft as...

bugfix
kernel&hal
SMP

Title says the purpose of it all. All wallpapers are licensed by CC_BY-SA. _Co-authored with @myslivets_

modding

## Allows color table with White and then Black to be detected as monochrome _Add additional code in is_dib_monochrome for this option._ JIRA issue: [CORE-13935](https://jira.reactos.org/browse/CORE-13935) ## Additional code testing White...

bugfix
needs tests
send upstream
hacktoberfest-accepted

2k3: ![image](https://user-images.githubusercontent.com/610685/170364101-475d2908-36f2-4626-a5d1-a6e81ede3e71.png) ROS before patch: ![image](https://user-images.githubusercontent.com/610685/170366779-88932536-2945-49a6-a40f-d4a91ea1335f.png) ROS after patch: ![image](https://user-images.githubusercontent.com/610685/170364174-b779f106-913e-42ec-bc3e-d9db02caeb91.png) ``` MessageBoxW(NULL, NtCurrentPeb()->ProcessParameters->DllPath.Buffer, L"asd", MB_OK); ```

bugfix

This is an attempt to unify the Rtl tests, so that we don't rewrite them for ntdll and kmtest. It also adds a statically linked version, which allows to test...

refactoring
ROSTESTS

## Purpose Assortment of win32k fixes.

bugfix

## Fix Crash on cxLocalizerEditor when selecting pull-down and then clicking out of the pull-down box. _Change how Windows Hierarchy is changed when creating pop-up windows as owned._ JIRA issue:...

bugfix
no-pr-activity

Fix some kmtests

bugfix
ROSTESTS

## Purpose Add a feature to allow white-listing tests. ## Proposed changes This adds a tool that generates tables for the test code to check for white-listed tests. The tables...

enhancement
ROSTESTS

By right-click on a Desktop icon, "Properties" menu, "Compatibility" tab and the "Edit compatibility modes" button, this opens a window centered on the parent window. If we moved the parent...

bugfix