shreyaspj20 / DataScientist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WELCOME ALL

Join the chat at https://gitter.im/Dacience/DataScientist

GitHub stars GitHub forks License Maintained first-timers-only GitHub top language

DataScientist

DataScientist is a Python library in making to ease the life of a Data Scientist.

🤝 How to Contribute

For sending PR:-

  • Pick an open issue from the issue list and claim it in the comments. After approval fix the issue and send us a pull request (PR).
  • All the PR’s need to be sent to the appropriate branch (usually "master").

For Open issue:-

  • You can create a new issue and send a pull request.
  • Please go through our issue list first (open as well as closed) and make sure the issue you are reporting does not replicate an issue already reported. If you have issues on multiple pages, report them separately. Do not combine them into a single issue.

Use

  1. It applies Feature Selection.
  2. It does Dimensionality Reduction.
  3. It plots all relevant plots of the input dataset.
  4. It applies all algorithm based ML models and returns the best model, accuracy, predicted output for dataset. And many more...

💻 Development guidelines

  1. Put all the code in one of the existing files in /src.

  2. Push all the code to your own branch. Once you are sure it is working, merge it with the dev branch. Let's maintain only the stable and released versions on the master branch.

  3. Write a kick-ass, readable, and clean code.

Contributing

Pull requests are WELCOME. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests case wherever necessary.

💼 Code of Conduct

We want to facilitate a healthy and constructive community behavior by adopting and enforcing our code of conduct. Please adhere toward our Code-of-Conduct.

🏆 Contributing

Please read CONTRIBUTING.md for information on how to contribute to DataScientist.

License

MIT

❤️ Thanks to our awesome contributors.

Like This?? Star this Repo.

💜 Thanks

About

License:MIT License


Languages

Language:Python 100.0%