Skip to content

Conversation

@BigBang001
Copy link
Contributor

Closes: #99

  • Title : ✨ Add LightGBM Algorithm Implementation for Efficient Gradient Boosting
  • Your Name: BigBang001
  • Identify yourself: Contributor (SWOC)

Describe the add-ons or changes you've made 📃

This PR introduces the LightGBM algorithm for classification and regression tasks, designed for large-scale datasets. It provides faster computation and reduced memory usage, enhancing model performance. The implementation includes the lightgbm_model.py file for model creation and lightgbm_model_test.py for unit testing.

Checklist: ☑️

  • My code follows the Contributing Guidelines & Code of Conduct.
  • This PR does not contain plagiarized content.
  • I have performed a self-review of my code.
  • I have commented my code, especially difficult sections.
  • My changes generate no warnings.
Happy Coding 🎉

@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2025

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

Copy link
Collaborator

@Avdhesh-Varshney Avdhesh-Varshney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@BigBang001 Nice work.

But PR rejected due to commit in main branch. Create your own branch, raise the pr.

  • You have followed the other algorithms pages. But they are not perfectly written up. Write up such type of resource which helps to understand scratch code of this algorithm.

@Avdhesh-Varshney Avdhesh-Varshney added bug Something isn't working Warning: Follow Guidelines https://github.com/Avdhesh-Varshney/AI-Code/issues/9 labels Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working Warning: Follow Guidelines https://github.com/Avdhesh-Varshney/AI-Code/issues/9

Projects

None yet

Development

Successfully merging this pull request may close these issues.

📃: Add LightGBM Algorithm Implementation for Efficient Gradient Boosting

2 participants