Ahmad Huzail Khan

Results 4 issues of Ahmad Huzail Khan

# Description This pull request fixes the issue with the class_agnostic argument in the `MeanAveragePrecision` class, which was previously not functioning correctly. `The class_agnostic` flag now treats all predictions and...

hacktoberfest

### Simple Artificial Neural Network (ANN) Implementation ### Description: This PR adds a basic implementation of a feedforward Artificial Neural Network (ANN) using Python and NumPy. The network consists of...

awaiting reviews
require tests
require type hints
require descriptive names

# Add CatBoost Regressor Example [x] Added Algorithm ### Changes: - Added a Python script `catboost_regressor.py` that implements a CatBoost Regressor using the California Housing dataset. - Included doctests to...

awaiting reviews
tests are failing

A Python URL shortener that generates and manages shortened URLs using hashing.