You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is flexible and extensible, supporting frameworks like **Pandas, Polars, Modin, Dask, and PyArrow** via **native Narwhals compatibility**. Additionally, the optional _Clara LLM_ modules (etymology from the word _Clarity_) are intended to serve as a model-validation tool to support explainability efforts (XAI).
110
109
> NOTE: TemporalScope is currently in **beta and pre-release** phase, so some installation methods may not work as expected on all platforms.
-[**License, Limitations, and Legal Notice**](#license-limitations-and-legal-notice)
123
124
@@ -215,7 +216,8 @@ for partition_name, predictions in results.items():
215
216
```
216
217
<!-- --8<-- [end:USAGE] -->
217
218
218
-
### Industrial Academic Applications
219
+
220
+
## Industrial Academic Applications
219
221
220
222
**DISCLAIMER**: The following use cases are provided for academic and informational purposes only. TemporalScope is intended to support research and development in understanding temporal dynamics in feature importance. These examples are not intended as guidance for industrial applications without further validation and expert consultation. The use of TemporalScope in any industrial or production environment is at the user's own risk, and the developers disclaim any liability for such use. Please refer to the [License and Legal Notice](#license-and-legal-notice) for further details.
221
223
@@ -228,32 +230,33 @@ for partition_name, predictions in results.items():
228
230
229
231
For more detailed examples from sectors like engineering and other scientific applications, please refer to the [SCIENTIFIC_LITERATURE.md](SCIENTIFIC_LITERATURE.md).
230
232
233
+
231
234
## Development Roadmap & Changelog
232
235
233
236
For detailed test, security, and deployment workflows as defined by OpenSSF Best Practices, please refer to [CONTRIBUTING.md](CONTRIBUTING.md). **TemporalScope** follows **Semantic Versioning (SemVer)**, a versioning system that conveys the scope of changes introduced in each new release. Each version is represented in the form **MAJOR.MINOR.PATCH**, where major releases introduce significant or breaking changes, minor releases add backward-compatible functionality, and patch releases are used for bug fixes or minor improvements. Below is the planned roadmap outlining feature development and milestones over the next 12–18 months. This roadmap is subject to change based on user feedback, emerging research, and community contributions.
234
237
238
+
235
239
## Contributing
236
240
237
241
TemporalScope was conceived independently by [Philip Ndikum](https://github.com/philip-ndikum), [Serge Ndikum](https://github.com/serge-ndikum), and [Kane Norman](https://github.com/kanenorman) and has since been open-sourced to the broader academic and developer community. As the software continues to grow and evolve, it relies heavily on the active participation and contributions of its users. We encourage contributions from developers, researchers, and data scientists who are passionate about advancing open-source tools. Whether you are interested in extending the package’s functionality, fixing bugs, or improving documentation, your contributions are vital to the project’s ongoing success.
238
242
239
243
For detailed guidelines on how to contribute, please refer to our [CONTRIBUTING.md](CONTRIBUTING.md). By working together, we can ensure that TemporalScope remains an innovative and reliable tool, continuously refined through community collaboration.
240
244
241
245
<!-- --8<-- [start:CONTRIBUTORS] -->
246
+
Thank you to all of these people who have contributed to TemporalScope!
247
+
## Collaborators
242
248
243
-
## Contributors
244
-
Thanks to these wonderful people who have contributed to TemporalScope:
245
-
246
-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
247
-
<!-- prettier-ignore-start -->
248
-
<!-- markdownlint-disable -->
249
+
<!-- readme: collaborators -start -->
250
+
<!-- readme: collaborators -end -->
249
251
250
-
<!-- markdownlint-restore -->
251
-
<!-- prettier-ignore-end -->
252
+
## Contributors
252
253
253
-
<!-- ALL-CONTRIBUTORS-LIST:END -->
254
+
<!-- readme: contributors -start -->
255
+
<!-- readme: contributors -end -->
254
256
255
257
<!-- --8<-- [end:CONTRIBUTORS] -->
256
258
259
+
257
260
## Cite this Project
258
261
<!-- --8<-- [start:CITATION] -->
259
262
If you use TemporalScope in your research, please consider citing it:
@@ -279,7 +282,7 @@ By using this package, you agree to comply with the terms and conditions set for
279
282
<!-- --8<-- [end:LICENSE] -->
280
283
281
284
<!-- --8<-- [start:LEGAL] -->
282
-
###Legal Notice
285
+
## Legal Notice
283
286
THIS 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.
284
287
285
288
THIS SOFTWARE IS INTENDED FOR ACADEMIC AND INFORMATIONAL PURPOSES ONLY. IT SHOULD NOT BE USED IN PRODUCTION ENVIRONMENTS OR FOR CRITICAL DECISION-MAKING WITHOUT PROPER VALIDATION. ANY USE OF THIS SOFTWARE IS AT THE USER'S OWN RISK.
0 commit comments