June 27, 2020

Computer Science C++ programming assignment

This is a C++ intro to software engineering, this is for a Computer Science class i have to make a race between a turtle and  rabbit. […]
June 25, 2020

Minesweeper game with GUI

Implement in Java with a GUI the game Minesweeper with the following restrictions: 1. Board size: you should give the option to the user to choose […]
June 23, 2020

SMOTE

I am doing KNN model and I have very imbalanced data like below. Now I want to over sample Buy and Sell Label to be the […]
June 22, 2020

Investment Recursion

An investment company guarantees a 2% monthly compounded return on your investment.  You want to see how long it takes to reach a total of $500,000 […]
May 21, 2020

Computer science Project

Every instructions u need to know is going to be in the file I’ll be providing. Also after finishing the code use the example code to […]