Skip to content
#

jupyrt-notebook

Here are 9 public repositories matching this topic...

Language: All
Filter by language

This project focuses on price prediction using advanced data cleaning, regex-based address parsing, and feature engineering. It includes normalization, correlation analysis, and multiple regression models. Bayesian Regression achieved the highest accuracy at 91.89%. Evaluation involved R² score, cross-validation, and GridSearchCV for HP Tuning.

  • Updated Dec 27, 2024
  • HTML

This project scrapes Wikipedia pages on various topics, processes the text using TF-IDF vectorization, and clusters the topics using KMeans. The results are visualized in a 2D plot using UMAP, providing insights into the relationships and groupings of different Wikipedia topics based on their content.

  • Updated Mar 7, 2025
  • Jupyter Notebook

Efficient scheduling determines process execution order, affecting metrics like turnaround, waiting, and response time. This Python project compares five algorithms: FCFS, SJF, Priority Scheduling, HRRN, and EDF. Through simulations, it evaluates their performance, offering insights into selecting suitable strategies for different applications.

  • Updated Oct 26, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the jupyrt-notebook topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the jupyrt-notebook topic, visit your repo's landing page and select "manage topics."

Learn more