An open API service indexing awesome lists of open source software.

https://github.com/khushi130404/placemetrix

A machine learning-based placement prediction app using IQ and CQPA as inputs. Built with Python in Jupyter Notebook, leveraging scikit-learn, pandas, and matplotlib.
https://github.com/khushi130404/placemetrix

jupyter-notebook machine-learning matplotlib python scikit-learn

Last synced: 2 months ago
JSON representation

A machine learning-based placement prediction app using IQ and CQPA as inputs. Built with Python in Jupyter Notebook, leveraging scikit-learn, pandas, and matplotlib.

Awesome Lists containing this project

README

          

# Placemetrix

Placemetrix is a placement prediction application designed to predict placement outcomes based on IQ (Intelligence Quotient) and CQPA (Cumulative Quality Point Average). The project leverages machine learning models to analyze and predict whether a candidate is likely to get placed.

## Features

Placement Prediction: Input IQ and CQPA to predict placement outcomes.

Data Visualization: Visualize data distributions and model performance using Matplotlib.

User-Friendly: Simple and straightforward implementation in a Jupyter Notebook.

## Built With

Python: Core programming language for development.

Jupyter Notebook: Interactive environment for code and visualization.

## Libraries Used:

scikit-learn: For machine learning model development and evaluation.

Matplotlib: For visualizing data and results.

Pandas: For data manipulation and preprocessing.

NumPy: For numerical computations.