-
-
Notifications
You must be signed in to change notification settings - Fork 353
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49080fd
commit 75baf72
Showing
26 changed files
with
22 additions
and
820 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,9 @@ | |
title: Credits | ||
--- | ||
|
||
# Development Lead | ||
# Maintaines | ||
- Kumar Nityan Suman \<<[email protected]>\> | ||
|
||
- Shankar Rao Pandala \<<[email protected]>\> | ||
|
||
# Contributors | ||
|
||
- Breno Batista da Silva \<<[email protected]>\> | ||
# Inspired Work From | ||
- Shankar Rao Pandala \<<[email protected]>\> | ||
- Breno Batista da Silva \<<[email protected]>\> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ You can contribute in many ways: | |
|
||
## Report Bugs | ||
|
||
Report bugs at <https://github.com/shankarpandala/lazypredict/issues>. | ||
Report bugs at <https://github.com/nityansuman/lazypredict-nightly/issues>. | ||
|
||
If you are reporting a bug, please include: | ||
|
||
|
@@ -40,7 +40,7 @@ posts, articles, and such. | |
## Submit Feedback | ||
|
||
The best way to send feedback is to file an issue at | ||
<https://github.com/shankarpandala/lazypredict/issues>. | ||
<https://github.com/nityansuman/lazypredict-nightly/issues>. | ||
|
||
If you are proposing a feature: | ||
|
||
|
@@ -52,24 +52,24 @@ If you are proposing a feature: | |
|
||
# Get Started! | ||
|
||
Ready to contribute? Here\'s how to set up [lazypredict]{.title-ref} for | ||
Ready to contribute? Here\'s how to set up [lazypredict-nightly]{.title-ref} for | ||
local development. | ||
|
||
1. Fork the [lazypredict]{.title-ref} repo on GitHub. | ||
1. Fork the [lazypredict-nightly]{.title-ref} repo on GitHub. | ||
|
||
2. Clone your fork locally: | ||
|
||
``` shell | ||
$ git clone [email protected]:your_name_here/lazypredict.git | ||
$ git clone [email protected]:your_name_here/lazypredict-nightly.git | ||
``` | ||
|
||
3. Install your local copy into a virtualenv. Assuming you have | ||
virtualenvwrapper installed, this is how you set up your fork for | ||
local development: | ||
|
||
``` shell | ||
$ mkvirtualenv lazypredict | ||
$ cd lazypredict/ | ||
$ mkvirtualenv lazypredict-nightly | ||
$ cd lazypredict-nightly/ | ||
$ python setup.py develop | ||
$ pip install -r requirements_dev.txt | ||
``` | ||
|
@@ -87,7 +87,7 @@ local development. | |
tox: | ||
|
||
``` shell | ||
$ flake8 lazypredict tests | ||
$ flake8 lazypredict-nightly tests | ||
$ python setup.py test or pytest | ||
$ tox | ||
``` | ||
|
@@ -114,7 +114,7 @@ Before you submit a pull request, check that it meets these guidelines: | |
the feature to the list in README.rst. | ||
3. The pull request should work for Python 2.7, 3.5, 3.6, 3.7 and 3.8, | ||
and for PyPy. Check | ||
<https://travis-ci.org/shankarpandala/lazypredict/pull_requests> and | ||
<https://travis-ci.org/nityansuman/lazypredict-nightly/pull_requests> and | ||
make sure that the tests pass for all supported Python versions. | ||
|
||
# Tips | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,9 @@ | ||
MIT License | ||
|
||
Copyright (c) 2020, Shankar Rao Pandala | ||
Copyright 2024 Lazy Predict Nightly Developers and Contributors | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Oops, something went wrong.