-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the dask_ml dev dependency (#641)
* Copy transformers from dask_ml.preprocessing Only keep the non-dask specific parts * Replace dask_ml transformers with included ones * Also add ColumnTransformer from dask * Remove final dask_ml imports * Update docstring and remove dask_ml references * Add license for dasak_ml as per the conditions * Remove dask_ml from environment.yml * Add changelog entry * Remove release date [skip ci] * Remove link in docs that leads nowhere * Get rid of unnecessary parts of some transformers * Get rid of DummyEncoder * Get rid of separate categorical_util module * Where we are going we don't need long docstrings * Delete even more unnecessary checks * Separate tutorial dependencies into their own file * Pin minimum pandas version Remove some code that is no longer needed
- Loading branch information
1 parent
c9eb22d
commit 990ce1e
Showing
6 changed files
with
131 additions
and
18 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: glum | ||
channels: | ||
- conda-forge | ||
- nodefaults | ||
dependencies: | ||
- altair # used in docs/tutorials/rossman | ||
- openml # used for downloading datasets in the tutorials. | ||
- dask-ml>=2022.5.27 # used in tutorials rossman and insurance | ||
- shapely # used in docs/tutorials/regularization_housing_data | ||
- libpysal # used in docs/tutorials/regularization_housing_data |
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
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