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 The main purpose of this PR is to experiment with the modification of the `spec2def()` command so as to associate it with a build target. This allows associating...

enhancement
help wanted
refactoring
needs rebase

## Purpose Fix hid devices detection and raw input.

bugfix
kernel&hal

modifying the caret width has no effect in edit box caret CaretWidth is of type REG_DWORD so we should call the corresponding function. [[NTUSER] Call SpiSetDWord when processing SPI_SETCARETWIDTH message...

bugfix
review pending

This is a bit of a hack (how it's implemented, that is), but for now it is 'good enough' Also includes a fix to a shim that has been broken...

enhancement

## Purpose Don't mix old and new annotations. ## Proposed changes - `_Out_` cases. - `_Inout_` case. ## TODO `_In_` cases would be a separate PR.

refactoring
kernel&hal
drivers

Implement RtlRemovePrivileges

enhancement
ROSTESTS
NT6+

## Purpose Dinput from wine7.8 with fixes for building and windows compatibility. Depends on: https://github.com/reactos/reactos/pull/4533 https://github.com/reactos/reactos/pull/4672 https://github.com/reactos/reactos/pull/4673

enhancement
WINESYNC

## Purpose Fixed hidclass read routine architecture, now hidclass start ping-pong IRP loop for proper reading. Fixed issue in MOUHID_Close, now the device will not stop while in use. Added...

enhancement
bugfix
drivers

## Proposed changes [WDMAUD.DRV] Completely rewrite Legacy and MMixer routines, to make them more compatible with Windows. - Make it independent from MMEBuddy library and make it using its own...

enhancement
refactoring
drivers

## Purpose Properly set output buffer length in IO Stack Location of the current IRP, since it is passed to KsProbeStreamIrp when calling KsStreamIo, so it fails if the length...

bugfix
drivers