Skip to content

Commit 24300df

Browse files
committed
update
Signed-off-by: Serdar Kadioglu <[email protected]>
1 parent ea64028 commit 24300df

File tree

1 file changed

+4
-39
lines changed

1 file changed

+4
-39
lines changed

README.md

Lines changed: 4 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The library provides:
1313

1414
* Inspection of results and feature importance
1515

16-
16+
Selective is developed by the Artificial Intelligence Center of Excellence at Fidelity Investments.
1717

1818
## Quick Start
1919
```python
@@ -121,48 +121,13 @@ df = pd.DataFrame(selector.get_absolute_scores(), index=data.columns)
121121
plot_importance(df)
122122
```
123123

124-
125124
## Installation
126125

127-
The library requires Python 3.6+. See `requirements.txt` for necessary packages.
128-
129-
### Install from wheel package
130-
131-
After installing the requirements, you can install the library from the provided wheel package using the following commands:
132-
133-
```bash
134-
pip install dist/selective-X.X.X-py3-none-any.whl
135-
```
136-
Note: Don't forget to replace ``X.X.X`` with the current version number.
137-
138-
139-
### Install from source code
140-
141-
Alternatively, you can build a wheel package on your platform from scratch using the source code:
142-
143-
```bash
144-
pip install setuptools wheel # if wheel is not installed
145-
python setup.py bdist_wheel
146-
pip install dist/selective-X.X.X-py3-none-any.whl
147-
```
148-
149-
150-
### Test Your Setup
151-
152-
To confirm successful cloning and setup, run the tests. All tests should pass.
153-
154-
```bash
155-
python -m unittest discover -v tests
156-
```
157-
158-
159-
### Upgrading the Library
160-
161-
To upgrade to the latest version of the library, run ``git pull origin master`` in the repo folder,
162-
and then run ``pip install --upgrade --no-cache-dir dist/selective-X.X.X-py3-none-any.whl``.
126+
Selective is available to install as `pip install selective`.
163127

164128
## Support
165-
Please submit bug reports and feature requests as Issues. You can also submit any additional questions or feedback as issues.
129+
130+
Please submit bug reports and feature requests as [Issues](https://github.com/fidelity/selective/issues).
166131

167132
## License
168133
Selective is licensed under the [GNU GPL 3.0.](https://github.com/fidelity/selective/blob/master/LICENSE)

0 commit comments

Comments
 (0)