No project description provided
Project description
AutoRes Evaluator
※ 追加で実装して欲しい機能や質問などがあれば以下のissuesから投稿をお願いします
https://github.com/auto-res/autores-evaluator/issues/new
Examples
Architecture
How to use
pip install autoresevaluator
from autoresevaluator import AutoResEvaluator
- Setting
# Hyperparameter setting
# Specify "type" and "args" for items to be searched in optuna.
params = {
'lambda_l1': {'type': 'log_float', 'args': [1e-8, 10.0]},
'lambda_l2': {'type': 'log_float', 'args': [1e-8, 10.0]},
'num_leaves': {'type': 'int', 'args': [2, 256]},
'feature_fraction': {'type': 'float', 'args': [0.4, 1.0]},
'bagging_fraction': {'type': 'float', 'args': [0.4, 1.0]},
'verbosity': -1
}
are = AutoResEvaluator(
# dataset name
dataset_name='titanic',
# model file path
model_path='/content/example.py',
# parameter
params=params,
# Metrics you want to maximize/minimize
valuation_index='roc_auc',
# Where to store data
datasave_path=None
)
- Execution
are.exec()
Output
-
result.log
- File to output the results
-
model_error.log
- File to write errors in model files
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file autoresevaluator-0.1.9.tar.gz
.
File metadata
- Download URL: autoresevaluator-0.1.9.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.9.18 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55bfb38e91745cee8a03b75b0263cdac486961fdd4cd84df889f23f6d6dd24de |
|
MD5 | 86d54a120e6833387947bb7e8b853ecf |
|
BLAKE2b-256 | 1d29071adc8c59c68e38dcc18f00e92ddcaef0e3f43bbf80e417eb54a39479fe |
File details
Details for the file autoresevaluator-0.1.9-py3-none-any.whl
.
File metadata
- Download URL: autoresevaluator-0.1.9-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.9.18 Darwin/23.2.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cca66274cc9d107d7e93d2ea2958d505ba3802bcc21b953f427fa4314d399bb7 |
|
MD5 | 76512fc246e2d5bdb2dd4258e605664b |
|
BLAKE2b-256 | e1c5535e9a590d28525fc1142b87c1c02d779f61ffd373645da1b9eb3d09db68 |