Skip to content

Commit

Permalink
after publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
qnater committed Oct 14, 2024
1 parent c803911 commit 7b4d5be
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 276 deletions.
273 changes: 6 additions & 267 deletions .idea/workspace.xml

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![My Logo](https://raw.githubusercontent.com/eXascaleInfolab/ImputeGAP/main/assets/logo_imputegab.png)
![My Logo](https://www.naterscreations.com/imputegap/logo_imputegab.png)

# Welcome to ImputeGAP
ImputeGAP is a unified framework for imputation algorithms that provides a narrow-waist interface between algorithm evaluation and parameterization for datasets issued from various domains ranging from neuroscience, medicine, climate to energy.
Expand Down Expand Up @@ -28,8 +28,16 @@ To install these two prerequisites, please refer to the following documentation:


## Installation
To install ImputeGAP locally, download the package from GitHub, move inside the folder.
To install ImputeGAP locally, download the package from GitHub, move inside the folder.<br />
<br />

### Pip installation
```bash
$ pip install imputegap
```
<br />

### Local installation
```bash
$ git init
$ git clone https://github.com/eXascaleInfolab/ImputeGAP
Expand Down
3 changes: 2 additions & 1 deletion build/lib/imputegap/dataset/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![My Logo](../../assets/logo_imputegab.png)
![My Logo](https://www.naterscreations.com/imputegap/logo_imputegab.png)


# ImputeGAP - Datasets
ImputeGap uses several datasets containing different characteristics to test your implementations.
Expand Down
4 changes: 3 additions & 1 deletion build/lib/imputegap/recovery/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
![My Logo](../../assets/logo_imputegab.png)
![My Logo](https://www.naterscreations.com/imputegap/logo_imputegab.png)



# CONTAMINATION
## Scenarios
Expand Down
3 changes: 2 additions & 1 deletion docs/installation/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![My Logo](../../assets/logo_imputegab.png)
![My Logo](https://www.naterscreations.com/imputegap/logo_imputegab.png)


# Installation for ImputeGAP

Expand Down
2 changes: 1 addition & 1 deletion imputegap.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Requires-Dist: types-toml
Requires-Dist: types-setuptools
Requires-Dist: wheel

![My Logo](assets/logo_imputegab.png)
![My Logo](https://www.naterscreations.com/imputegap/logo_imputegab.png)

# Welcome to ImputeGAP
ImputeGAP is a unified framework for imputation algorithms that provides a narrow-waist interface between algorithm evaluation and parameterization for datasets issued from various domains ranging from neuroscience, medicine, climate to energy.
Expand Down
3 changes: 2 additions & 1 deletion imputegap/dataset/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![My Logo](../../assets/logo_imputegab.png)
![My Logo](https://www.naterscreations.com/imputegap/logo_imputegab.png)


# ImputeGAP - Datasets
ImputeGap uses several datasets containing different characteristics to test your implementations.
Expand Down
3 changes: 2 additions & 1 deletion imputegap/recovery/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![My Logo](../../assets/logo_imputegab.png)
![My Logo](https://www.naterscreations.com/imputegap/logo_imputegab.png)


# CONTAMINATION
## Scenarios
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author_email="[email protected]",
license="The Unlicense",
project_urls = {
"Documentation": "https://github.com/eXascaleInfolab/ImputeGAP/tree/main/docs",
"Documentation": "https://github.com/eXascaleInfolab/ImputeGAP/tree/main",
"Source" : "https://github.com/eXascaleInfolab/ImputeGAP"
},
classifiers=[
Expand Down

0 comments on commit 7b4d5be

Please sign in to comment.