forked from manifoldai/merf
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
2 changed files
with
6 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,21 +3,21 @@ requires = ["setuptools>=61.0"] | |
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "dumme" | ||
version = "1.0.1" | ||
name = "DumME" | ||
version = "0.1.0" | ||
dependencies = [ | ||
"pandas>=1.0", | ||
"numpy>=1.20", | ||
"scikit-learn", | ||
"matplotlib>=3.0", | ||
"lightgbm", | ||
] | ||
description="Mixed Effects Model" | ||
description="Mixed Effects Dummy Model" | ||
readme="README.md" | ||
requires-python = '>=3.9' | ||
authors = [ | ||
{name = "Manifold, Inc.", email = "[email protected]"}, | ||
{name = "Peter Kalverla.", email = "[email protected]"}, | ||
{name = "Stefan Verhoeven.", email = "[email protected]"}, | ||
] | ||
license = {file = "LICENSE.txt"} | ||
keywords=["random forest", "machine learning", "mixed effects"] | ||
|
@@ -32,7 +32,7 @@ classifiers=[ | |
dev = ["black", "ruff", "isort", "pytest", "pycaret"] | ||
|
||
[project.urls] | ||
Repository="https://github.com/phenology/merf" | ||
Repository="https://github.com/phenology/dumme" | ||
Original="https://github.com/manifoldai/merf" | ||
|
||
[tool.isort] | ||
|