Skip to content
View tensorpura's full-sized avatar

Block or report tensorpura

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Electronic-Commerce-System Electronic-Commerce-System Public

    The Electronic Commerce System integrates online trade, managing customer, salesperson, and product information across customer, vendor, and administrator roles, utilizing Python and MySQL in a C/S…

    Python

  2. Titanic-Prediction-with-Machine-Learning Titanic-Prediction-with-Machine-Learning Public

    The Titanic dataset project uses over 10 machine learning models to fit and analyze passenger data, ultimately achieving a prediction accuracy of over 85% in understanding survival factors.

    Jupyter Notebook

  3. Cpp-Displaying-a-Calendar Cpp-Displaying-a-Calendar Public

    Input the year and month to output the calendar for that month. The main issues to be addressed are the varying number of days in different months, and the special case of February which is depende…

    C++

  4. Data-Classification Data-Classification Public

    This project is a data science project written in Python, focusing on data generation, preprocessing, model training, and visualization. The core of the project involves generating four different d…

    Jupyter Notebook

  5. Develop-a-Trading-System Develop-a-Trading-System Public

    Create a Python FIX client to send and manage 1,000 random stock orders (MSFT, AAPL, BAC) within 5 minutes, handling responses and calculating trading statistics (volume, PNL, VWAP). Supports basic…

    Python