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

As we have debug filters properly implemented now (thanks @HBelusca!), I decided to alter our `debug.h` by adding `FDPRINT_` macro along with `ERR_/WARN_` etc. `usbstor` driver is an example of...

enhancement
refactoring
needs rebase

## Purpose This PR is a continuation of #3795 ## TODO - [x] The second AP starts properly, calling `KiSystemStartup` - [ ] Implement basic debugger support for SMP (`KeFreezeExecution`,...

enhancement
needs rebase
kernel&hal
SMP

Let's establish a set of rules regarding compiler support in ReactOS to avoid holywars in future. ## Proposed rules - We officially support __no more than two versions__ of each...

refactoring
needs rebase

[NEWDEV] Enable Browser Dlg OK button, when driver is found expected behavior: When selecting a directory that contains a driver to update, the "OK" button in the browser dialog is...

enhancement

[COMCTL32] Fix issue on scrolling icon list by mouse wheel and thumb Accessing the Change Icon dialog through the "Tools / Folder Options" menu, it is only possible to scroll...

bugfix
send upstream

## Purpose Implement NTFS boot sector that loads FreeLdr from a NTFS partition ## Proposed changes - Implement VBR for NTFS - Fix a bug in FreeLdr's NTFS driver preventing...

enhancement
bugfix
freeldr

## Purpose Currently, ROS only supports Gitpod workspaces. This brings the support level of what we have from Gitpod to GitHub Codespaces and VS Remote for Containers as well as...

refactoring

## Purpose The following commits updates apisets with last definitions from Wine 6.6 ## Proposed changes - Regenerated apisets - Updated the update.py script to parse wine 6.6 specfiles ##...

WINESYNC

Renewing @Extravert-ir PR #2527 > Jira issue: [CORE-15771](https://jira.reactos.org/browse/CORE-15771) > > TODO: > > * [x] UndefinedBehaviorSanitizer (UBSan, `-fsanitize=undefined`) > * [ ] `-fsanitize=nullability*` group of checks > * [ ]...

enhancement
kernel&hal
drivers

## Purpose Add new kernel-mode test for device interface functions, based on the patch by Mark Jansen. The previous one was buggy and crashed even on Windows. The new one...

enhancement
ROSTESTS