Pinned Repositories
Dividends-Company-Stocks_Plots-Dataframes-Pandas_Python
Find all dividends. This assignment uses Pandas. Data Preparation: Load the 6 stocks ['IBM', 'MSFT', 'GOOG', 'AAPL', 'AMZN', 'FB'] historical data into dataframes. Compute the dividends. The result has 6 dataframes, each of them has two columns: Date and Dividend.
Dynamic-Array_CPlusPlus
This code defines a template class named DynamicArray. This class is created to be able to represent a dynamic array(resizable array) which can contain elements of any data type, which T, the template parameter, specifies.
Find-2-Most-Correlated-Stocks_Numpy_Python
Using Numpy in Python, find the 2 most correlated stocks out of 6 different ones ['IBM', 'MSFT', 'GOOG', 'AAPL', 'AMZN', 'FB'] .
Improve-Machine-Learning-Model-Accuracy_Feature-Engineering_Python
Splitting the advertising data (advertising.csv) into training and testing data sets, then choosing and training a classification machine learning algorithm; Getting the accuracy of the ML model; Using feature engineering skills to create new features and improve my ML model;
Interactive_Ultimate-Werewolf-Card-Game_Online
*in progress* An interactive Ultimate Werewolf Card Game that will be playable online. It is created using JavaScript, HTML, and CSS.
Maze_Solver-Path-Of-Light-Ray-In-Maze_Python
*in progress* Python function that tracks the path of a light ray inside a mirror maze. The mirror maze is inputted as a 2D list argument. The function maze_solver takes that 2D list as the input maze and outputs the path that the light ray travels in this maze.
Meetings-Organizer-Function_findMinRooms_Python
Python function designed to help organize multiple meetings during a day. Each meeting has a start time and end time. Each meeting needs to reserve a private conference room during that time. The function takes all the meeting schedules and calculates the minimum number of conference rooms needed.
pomodoro-deploy
*almost done* The "Pomodoro Timer" React Web App that I created has the default times (25 minutes for work & 5 for break), and it allows the user to change those times. The background image changes depending on whether it’s Work time or Break time. I made it using React, TypeScript, CSS, and HTML.
Teutsch-Partners-Take-Home-Assignment
The "Calculator" React Web App I created is capable of performing addition, subtraction, multiplication, division and exponentiation. It's usable via both keyboard and mouse. The calculator only takes properly formatted numbers as input. It only does calculations on valid mathematical expressions. I made it using React, TypeScript, CSS, and HTML.
Vizualize-Treasury-Rates-and-Titanic-Data_Plots-Dataframes-Seaborn_Python
Part 1: Visualizing Daily Treasury Yield Curve Rates, Part 2: Visualizing the Titanic data in Seaborn
sciustea's Repositories
sciustea/Dividends-Company-Stocks_Plots-Dataframes-Pandas_Python
Find all dividends. This assignment uses Pandas. Data Preparation: Load the 6 stocks ['IBM', 'MSFT', 'GOOG', 'AAPL', 'AMZN', 'FB'] historical data into dataframes. Compute the dividends. The result has 6 dataframes, each of them has two columns: Date and Dividend.
sciustea/Dynamic-Array_CPlusPlus
This code defines a template class named DynamicArray. This class is created to be able to represent a dynamic array(resizable array) which can contain elements of any data type, which T, the template parameter, specifies.
sciustea/Find-2-Most-Correlated-Stocks_Numpy_Python
Using Numpy in Python, find the 2 most correlated stocks out of 6 different ones ['IBM', 'MSFT', 'GOOG', 'AAPL', 'AMZN', 'FB'] .
sciustea/Improve-Machine-Learning-Model-Accuracy_Feature-Engineering_Python
Splitting the advertising data (advertising.csv) into training and testing data sets, then choosing and training a classification machine learning algorithm; Getting the accuracy of the ML model; Using feature engineering skills to create new features and improve my ML model;
sciustea/Interactive_Ultimate-Werewolf-Card-Game_Online
*in progress* An interactive Ultimate Werewolf Card Game that will be playable online. It is created using JavaScript, HTML, and CSS.
sciustea/Maze_Solver-Path-Of-Light-Ray-In-Maze_Python
*in progress* Python function that tracks the path of a light ray inside a mirror maze. The mirror maze is inputted as a 2D list argument. The function maze_solver takes that 2D list as the input maze and outputs the path that the light ray travels in this maze.
sciustea/Meetings-Organizer-Function_findMinRooms_Python
Python function designed to help organize multiple meetings during a day. Each meeting has a start time and end time. Each meeting needs to reserve a private conference room during that time. The function takes all the meeting schedules and calculates the minimum number of conference rooms needed.
sciustea/pomodoro-deploy
*almost done* The "Pomodoro Timer" React Web App that I created has the default times (25 minutes for work & 5 for break), and it allows the user to change those times. The background image changes depending on whether it’s Work time or Break time. I made it using React, TypeScript, CSS, and HTML.
sciustea/Teutsch-Partners-Take-Home-Assignment
The "Calculator" React Web App I created is capable of performing addition, subtraction, multiplication, division and exponentiation. It's usable via both keyboard and mouse. The calculator only takes properly formatted numbers as input. It only does calculations on valid mathematical expressions. I made it using React, TypeScript, CSS, and HTML.
sciustea/Time-Conversion_Lab2_CPlusPlus
This program takes an input in the form of an integer representing seconds, and converts those seconds to days, hours, minutes, and seconds
sciustea/Vizualize-Treasury-Rates-and-Titanic-Data_Plots-Dataframes-Seaborn_Python
Part 1: Visualizing Daily Treasury Yield Curve Rates, Part 2: Visualizing the Titanic data in Seaborn
sciustea/sciustea.github.io
sciustea/snowfall-proj
sciustea/Timer-Pomodoro