Tagged scikit-learn
Projects and posts related to scikit-learn.
Pattern Recognition in Stock Price Volatility and Market Performance
Jan 11, 2024
machine-learning scikit-learn data-science web-scrape finance time-series-analysisAn in depth exploration of stock market data through feature engineering and pattern recognition. This study analyzes historical price changes and volatility to identify trends across diverse companies using custom statistical metrics and datetime features.
Supervised Learning Benchmarks for Numeric and Textual Data
Sep 18, 2023
machine-learning scikit-learn data-visualization classificationThis project conducts a detailed evaluation of popular machine learning algorithms and their performance characteristics. It benchmarks Naive Bayes, Random Forest, and k Nearest Neighbors across multiple datasets ranging from simple iris data to complex geospatial and text categories. The analysis explores the relationship between hyperparameter tuning and model efficiency while providing quantitative results on accuracy and execution time.