ml-dash 0.3.23__tar.gz → 0.3.26__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {ml-dash-0.3.23 → ml-dash-0.3.26}/.run/pytest in test_pytorch_methods.py.run.xml +2 -2
- {ml-dash-0.3.23/ml_dash.egg-info → ml-dash-0.3.26}/PKG-INFO +25 -8
- {ml-dash-0.3.23 → ml-dash-0.3.26}/README +6 -3
- {ml-dash-0.3.23 → ml-dash-0.3.26}/README.md +4 -1
- ml-dash-0.3.26/VERSION +1 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/dash_server_specs/conftest.py +1 -1
- {ml-dash-0.3.23 → ml-dash-0.3.26}/dash_server_specs/create_experiments.py +1 -1
- {ml-dash-0.3.23 → ml-dash-0.3.26}/dash_server_specs/test_ml_dash.py +6 -8
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/app.py +1 -1
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/files/series.py +2 -4
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/server.py +1 -1
- {ml-dash-0.3.23 → ml-dash-0.3.26/ml_dash.egg-info}/PKG-INFO +25 -8
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash.egg-info/requires.txt +2 -2
- {ml-dash-0.3.23 → ml-dash-0.3.26}/setup.py +2 -2
- ml-dash-0.3.23/VERSION +0 -1
- {ml-dash-0.3.23 → ml-dash-0.3.26}/.gitignore +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/.graphqlconfig +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/.run/pytest for test_pytorch_methods.test_torch_load.run.xml +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/.run/pytest for test_pytorch_methods.test_torch_load_sync.run.xml +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/.run/pytest for test_pytorch_methods.test_torch_save.run.xml +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/.run/train.run.xml +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/LICENSE.md +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/MANIFEST.in +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/Makefile +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/dash_server_specs/.gitignore +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/dash_server_specs/__init__.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/docs/.gitignore +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/docs/Makefile +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/docs/authors.rst +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/docs/conf.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/docs/contributing.rst +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/docs/history.rst +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/docs/index.rst +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/docs/installation.rst +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/docs/make.bat +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/docs/readme.rst +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/docs/requirements.txt +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/docs/usage.rst +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/figures/example_log_output.png +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/figures/hyperparameter-column.gif +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/figures/logger_color_output.png +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/figures/logging_images.png +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/figures/ml-dash-v0.1.0.png +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/figures/ml-dash-v3.gif +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/figures/ml_visualization_dashboard_preview.png +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/figures/tensorboard_example.png +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/figures/visualization_column.png +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/.gitignore +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/__init__.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/asset-manifest.json +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/favicon.ico +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/github-markdown.css +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/index.html +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/logo192.png +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/logo512.png +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/manifest.json +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/ml-dash_logo.png +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/monaco-editor-worker-loader-proxy.js +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/robots.txt +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/css/2.0e9a69fe.chunk.css +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/css/2.0e9a69fe.chunk.css.map +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/css/main.a2e245bd.chunk.css +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/css/main.a2e245bd.chunk.css.map +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/js/2.0c697312.chunk.js +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/js/2.0c697312.chunk.js.LICENSE.txt +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/js/2.0c697312.chunk.js.map +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/js/main.a1584e64.chunk.js +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/js/main.a1584e64.chunk.js.map +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/js/runtime-main.34fb8e2d.js +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/js/runtime-main.34fb8e2d.js.map +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/config.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/example.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/file_events.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/file_handlers.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/file_utils.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/file_watcher.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/mime_types.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/__init__.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/directories.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/experiments.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/files/__init__.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/files/file_helpers.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/files/images.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/files/metrics.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/files/parameters.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/files/videos.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/helpers.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/projects.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/schema_helpers.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/schema/users.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/sse.py +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash.egg-info/SOURCES.txt +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash.egg-info/dependency_links.txt +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash.egg-info/top_level.txt +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/notes/ML-Dash Enhancement Plans.md +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/notes/README.md +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/notes/client design doc.md +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/notes/dashboard design doc.md +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/notes/setting_up_dash_server.md +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/requirements-dev.txt +0 -0
- {ml-dash-0.3.23 → ml-dash-0.3.26}/setup.cfg +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<component name="ProjectRunConfigurationManager">
|
|
2
|
-
<configuration default="false" name="pytest in /Users/ge/
|
|
2
|
+
<configuration default="false" name="pytest in /Users/ge/dash-ml/ml_logger/ml_logger/ml_logger_tests/test_pytorch_methods.py" type="tests" factoryName="py.test" nameIsGenerated="true">
|
|
3
3
|
<module name="ml_logger" />
|
|
4
4
|
<option name="INTERPRETER_OPTIONS" value="" />
|
|
5
5
|
<option name="PARENT_ENVS" value="true" />
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
<option name="IS_IGNORE_MISSING_FILES" value="false" />
|
|
17
17
|
<option name="IS_ENABLE_EXPERIMENTAL_INTEGRATIONS" value="false" />
|
|
18
18
|
<ENTRIES>
|
|
19
|
-
<ENTRY IS_ENABLED="true" PARSER="runconfig" />
|
|
19
|
+
<ENTRY IS_ENABLED="true" PARSER="runconfig" IS_EXECUTABLE="false" />
|
|
20
20
|
</ENTRIES>
|
|
21
21
|
</EXTENSION>
|
|
22
22
|
<option name="_new_keywords" value="""" />
|
|
@@ -1,25 +1,41 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ml-dash
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.26
|
|
4
4
|
Summary: A Beautiful Visualization Dashboard For Machine Learning
|
|
5
5
|
Home-page: https://github.com/dash-ml/dash-server
|
|
6
6
|
Author: Ge Yang
|
|
7
7
|
Author-email: ge.ike.yang@gmail.com
|
|
8
|
-
License: UNKNOWN
|
|
9
8
|
Keywords: ml_logger,ml-logger,ml dash,ml-dash,ml_dash,dashboard,machine learning,vis_server,logging,debug,debugging
|
|
10
|
-
Platform: UNKNOWN
|
|
11
9
|
Classifier: Development Status :: 4 - Beta
|
|
12
10
|
Classifier: Intended Audience :: Science/Research
|
|
13
11
|
Classifier: Programming Language :: Python :: 3
|
|
14
12
|
License-File: LICENSE.md
|
|
13
|
+
Requires-Dist: cloudpickle==3.1.1
|
|
14
|
+
Requires-Dist: dill
|
|
15
|
+
Requires-Dist: graphene==2.1.3
|
|
16
|
+
Requires-Dist: graphql-core==2.1
|
|
17
|
+
Requires-Dist: graphql-relay==0.4.5
|
|
18
|
+
Requires-Dist: graphql-server-core==1.1.1
|
|
19
|
+
Requires-Dist: multidict==4.6.1
|
|
20
|
+
Requires-Dist: numpy
|
|
21
|
+
Requires-Dist: pandas
|
|
22
|
+
Requires-Dist: params_proto>=2.10.5
|
|
23
|
+
Requires-Dist: requests
|
|
24
|
+
Requires-Dist: requests_futures
|
|
25
|
+
Requires-Dist: ruamel.yaml
|
|
26
|
+
Requires-Dist: sanic==20.9.0
|
|
27
|
+
Requires-Dist: sanic-cors
|
|
28
|
+
Requires-Dist: Sanic-GraphQL
|
|
29
|
+
Requires-Dist: termcolor
|
|
30
|
+
Requires-Dist: typing
|
|
15
31
|
|
|
16
32
|
ML-Dash, A Beautiful Visualization Dashboard for ML
|
|
17
33
|
===================================================
|
|
18
34
|
|
|
19
35
|
|Downloads|
|
|
20
36
|
|
|
21
|
-
*For detailed codumentation,
|
|
22
|
-
|
|
37
|
+
*For detailed codumentation, see*
|
|
38
|
+
`ml-dash-tutorial <https://ml-logger.readthedocs.io/en/latest/setting_up.html#ml-dash-tutorial>`__
|
|
23
39
|
|
|
24
40
|
ML-dash replaces visdom and tensorboard. It allows you to see real-time
|
|
25
41
|
updates, review 1000+ of experiments quickly, and dive in-depth into
|
|
@@ -43,8 +59,11 @@ Just doing this would not work. The landscape of python modules is a lot
|
|
|
43
59
|
messier than that of javascript. The most up-to-date graphene requires
|
|
44
60
|
the following versioned dependencies:
|
|
45
61
|
|
|
46
|
-
.. code-block::
|
|
62
|
+
.. code-block:: zsh
|
|
47
63
|
|
|
64
|
+
pip install sanic==20.9.0
|
|
65
|
+
pip install sanic-cors==0.10.0.post3
|
|
66
|
+
pip install sanic-graphql==1.1.0
|
|
48
67
|
yes | pip install graphene==2.1.3
|
|
49
68
|
yes | pip install graphql-core==2.1
|
|
50
69
|
yes | pip install graphql-relay==0.4.5
|
|
@@ -83,5 +102,3 @@ See `https://github.com/episodeyang/ml_logger/tree/master/ml-dash-server/notes/R
|
|
|
83
102
|
|
|
84
103
|
.. |Downloads| image:: http://pepy.tech/badge/ml-dash
|
|
85
104
|
:target: http://pepy.tech/project/ml-dash
|
|
86
|
-
|
|
87
|
-
|
|
@@ -3,8 +3,8 @@ ML-Dash, A Beautiful Visualization Dashboard for ML
|
|
|
3
3
|
|
|
4
4
|
|Downloads|
|
|
5
5
|
|
|
6
|
-
*For detailed codumentation,
|
|
7
|
-
|
|
6
|
+
*For detailed codumentation, see*
|
|
7
|
+
`ml-dash-tutorial <https://ml-logger.readthedocs.io/en/latest/setting_up.html#ml-dash-tutorial>`__
|
|
8
8
|
|
|
9
9
|
ML-dash replaces visdom and tensorboard. It allows you to see real-time
|
|
10
10
|
updates, review 1000+ of experiments quickly, and dive in-depth into
|
|
@@ -28,8 +28,11 @@ Just doing this would not work. The landscape of python modules is a lot
|
|
|
28
28
|
messier than that of javascript. The most up-to-date graphene requires
|
|
29
29
|
the following versioned dependencies:
|
|
30
30
|
|
|
31
|
-
.. code-block::
|
|
31
|
+
.. code-block:: zsh
|
|
32
32
|
|
|
33
|
+
pip install sanic==20.9.0
|
|
34
|
+
pip install sanic-cors==0.10.0.post3
|
|
35
|
+
pip install sanic-graphql==1.1.0
|
|
33
36
|
yes | pip install graphene==2.1.3
|
|
34
37
|
yes | pip install graphql-core==2.1
|
|
35
38
|
yes | pip install graphql-relay==0.4.5
|
|
@@ -26,7 +26,10 @@ pip install ml-logger ml-dash --upgrade --no-cache
|
|
|
26
26
|
|
|
27
27
|
Just doing this would not work. The landscape of python modules is a lot messier than that of javascript. The most up-to-date graphene requires the following versioned dependencies:
|
|
28
28
|
|
|
29
|
-
```
|
|
29
|
+
```zsh
|
|
30
|
+
pip install sanic==20.9.0
|
|
31
|
+
pip install sanic-cors==0.10.0.post3
|
|
32
|
+
pip install sanic-graphql==1.1.0
|
|
30
33
|
yes | pip install graphene==2.1.3
|
|
31
34
|
yes | pip install graphql-core==2.1
|
|
32
35
|
yes | pip install graphql-relay==0.4.5
|
ml-dash-0.3.26/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.3.26
|
|
@@ -18,7 +18,7 @@ if __name__ == "__main__":
|
|
|
18
18
|
prefix = f"{username}/{project}/{'mdp/' if i < 5 else '/'}experiment_{i:02d}"
|
|
19
19
|
logger.remove(prefix)
|
|
20
20
|
|
|
21
|
-
logger.configure(
|
|
21
|
+
logger.configure(root=DEBUG_DIR, prefix=prefix)
|
|
22
22
|
|
|
23
23
|
logger.log_params(Args=dict(lr=10 ** (-2 - i),
|
|
24
24
|
weight_decay=0.001,
|
|
@@ -7,7 +7,7 @@ from dash_server_specs import show, shows
|
|
|
7
7
|
|
|
8
8
|
@pytest.fixture(scope='session')
|
|
9
9
|
def log_dir(request):
|
|
10
|
-
return request.config.getoption('--
|
|
10
|
+
return request.config.getoption('--logdir')
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
def test_delete_text_file(log_dir):
|
|
@@ -300,7 +300,7 @@ def test_series_x_limit(log_dir):
|
|
|
300
300
|
metricsFiles: $metricsFiles,
|
|
301
301
|
prefix: $prefix,
|
|
302
302
|
k: 10,
|
|
303
|
-
xLow:
|
|
303
|
+
xLow: 41,
|
|
304
304
|
xKey: $xKey,
|
|
305
305
|
yKey: $yKey,
|
|
306
306
|
yKeys: $yKeys
|
|
@@ -348,7 +348,7 @@ def test_series_last(log_dir):
|
|
|
348
348
|
}
|
|
349
349
|
"""
|
|
350
350
|
variables = {"yKey": "slow_sine",
|
|
351
|
-
"last":
|
|
351
|
+
"last": 10,
|
|
352
352
|
"metricsFiles": ["/episodeyang/cpc-belief/mdp/experiment_01/metrics.pkl"]}
|
|
353
353
|
|
|
354
354
|
from ml_dash.config import Args
|
|
@@ -361,7 +361,7 @@ def test_series_last(log_dir):
|
|
|
361
361
|
print(">>")
|
|
362
362
|
show(r['data'])
|
|
363
363
|
assert not not r['data']['series']['yMean'], "the yMean should NOT be empty"
|
|
364
|
-
assert not not r['data']['series']['yCount'] == [
|
|
364
|
+
assert not not r['data']['series']['yCount'] == [10.0]
|
|
365
365
|
|
|
366
366
|
|
|
367
367
|
# can we do the average first?
|
|
@@ -377,9 +377,7 @@ def test_series_group(log_dir):
|
|
|
377
377
|
xLow: 25
|
|
378
378
|
prefix:"/episodeyang/cpc-belief/mdp"
|
|
379
379
|
metricsFiles:["experiment_00/metrics.pkl", "experiment_01/metrics.pkl", "experiment_02/metrics.pkl"]
|
|
380
|
-
# xKey: "__timestamp"
|
|
381
380
|
xKey: "epoch"
|
|
382
|
-
# yKey: "sine"
|
|
383
381
|
yKeys: ["sine", "slow_sine"]
|
|
384
382
|
# xAlign: "start"
|
|
385
383
|
) {
|
|
@@ -417,7 +415,7 @@ def test_metric(log_dir):
|
|
|
417
415
|
id
|
|
418
416
|
keys
|
|
419
417
|
path
|
|
420
|
-
value (keys: ["
|
|
418
|
+
value (keys: ["sine"])
|
|
421
419
|
}
|
|
422
420
|
}
|
|
423
421
|
"""
|
|
@@ -450,7 +448,7 @@ def test_schema(log_dir):
|
|
|
450
448
|
metrics {
|
|
451
449
|
id
|
|
452
450
|
keys
|
|
453
|
-
value (keys: ["
|
|
451
|
+
value (keys: ["sine"])
|
|
454
452
|
}
|
|
455
453
|
} } }
|
|
456
454
|
directories(first:10){
|
|
@@ -2,7 +2,7 @@ import os
|
|
|
2
2
|
from sanic import Sanic
|
|
3
3
|
from sanic.exceptions import FileNotFound
|
|
4
4
|
from sanic.response import file
|
|
5
|
-
from params_proto
|
|
5
|
+
from params_proto import ParamsProto, Proto
|
|
6
6
|
|
|
7
7
|
# gets current directory
|
|
8
8
|
BASE = os.path.realpath(__file__)
|
|
@@ -155,8 +155,6 @@ def get_series(metrics_files=tuple(),
|
|
|
155
155
|
dataframes = []
|
|
156
156
|
for df in dfs:
|
|
157
157
|
if df is None:
|
|
158
|
-
df['index'] = df.index
|
|
159
|
-
df.set_index('index')
|
|
160
158
|
continue
|
|
161
159
|
elif x_key is not None:
|
|
162
160
|
df.set_index(x_key)
|
|
@@ -181,10 +179,10 @@ def get_series(metrics_files=tuple(),
|
|
|
181
179
|
inds = True
|
|
182
180
|
if x_low is not None:
|
|
183
181
|
inds &= df[x_key or "index"] >= x_low
|
|
184
|
-
print("x_low >>>", inds)
|
|
182
|
+
# print("x_low >>>", inds)
|
|
185
183
|
if x_high is not None:
|
|
186
184
|
inds &= df[x_key or "index"] <= x_high
|
|
187
|
-
print("x_high >>>", inds)
|
|
185
|
+
# print("x_high >>>", inds)
|
|
188
186
|
if inds is not True:
|
|
189
187
|
df = df.loc[inds]
|
|
190
188
|
|
|
@@ -53,7 +53,7 @@ def run(logdir=None, **kwargs):
|
|
|
53
53
|
cprint("SSL Args:", 'yellow')
|
|
54
54
|
print(vars(config.SSLArgs))
|
|
55
55
|
|
|
56
|
-
config.ServerArgs.
|
|
56
|
+
config.ServerArgs._update(**kwargs)
|
|
57
57
|
if config.SSLArgs.cert:
|
|
58
58
|
app.run(**vars(config.ServerArgs), ssl=vars(config.SSLArgs))
|
|
59
59
|
else:
|
|
@@ -1,25 +1,41 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ml-dash
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.26
|
|
4
4
|
Summary: A Beautiful Visualization Dashboard For Machine Learning
|
|
5
5
|
Home-page: https://github.com/dash-ml/dash-server
|
|
6
6
|
Author: Ge Yang
|
|
7
7
|
Author-email: ge.ike.yang@gmail.com
|
|
8
|
-
License: UNKNOWN
|
|
9
8
|
Keywords: ml_logger,ml-logger,ml dash,ml-dash,ml_dash,dashboard,machine learning,vis_server,logging,debug,debugging
|
|
10
|
-
Platform: UNKNOWN
|
|
11
9
|
Classifier: Development Status :: 4 - Beta
|
|
12
10
|
Classifier: Intended Audience :: Science/Research
|
|
13
11
|
Classifier: Programming Language :: Python :: 3
|
|
14
12
|
License-File: LICENSE.md
|
|
13
|
+
Requires-Dist: cloudpickle==3.1.1
|
|
14
|
+
Requires-Dist: dill
|
|
15
|
+
Requires-Dist: graphene==2.1.3
|
|
16
|
+
Requires-Dist: graphql-core==2.1
|
|
17
|
+
Requires-Dist: graphql-relay==0.4.5
|
|
18
|
+
Requires-Dist: graphql-server-core==1.1.1
|
|
19
|
+
Requires-Dist: multidict==4.6.1
|
|
20
|
+
Requires-Dist: numpy
|
|
21
|
+
Requires-Dist: pandas
|
|
22
|
+
Requires-Dist: params_proto>=2.10.5
|
|
23
|
+
Requires-Dist: requests
|
|
24
|
+
Requires-Dist: requests_futures
|
|
25
|
+
Requires-Dist: ruamel.yaml
|
|
26
|
+
Requires-Dist: sanic==20.9.0
|
|
27
|
+
Requires-Dist: sanic-cors
|
|
28
|
+
Requires-Dist: Sanic-GraphQL
|
|
29
|
+
Requires-Dist: termcolor
|
|
30
|
+
Requires-Dist: typing
|
|
15
31
|
|
|
16
32
|
ML-Dash, A Beautiful Visualization Dashboard for ML
|
|
17
33
|
===================================================
|
|
18
34
|
|
|
19
35
|
|Downloads|
|
|
20
36
|
|
|
21
|
-
*For detailed codumentation,
|
|
22
|
-
|
|
37
|
+
*For detailed codumentation, see*
|
|
38
|
+
`ml-dash-tutorial <https://ml-logger.readthedocs.io/en/latest/setting_up.html#ml-dash-tutorial>`__
|
|
23
39
|
|
|
24
40
|
ML-dash replaces visdom and tensorboard. It allows you to see real-time
|
|
25
41
|
updates, review 1000+ of experiments quickly, and dive in-depth into
|
|
@@ -43,8 +59,11 @@ Just doing this would not work. The landscape of python modules is a lot
|
|
|
43
59
|
messier than that of javascript. The most up-to-date graphene requires
|
|
44
60
|
the following versioned dependencies:
|
|
45
61
|
|
|
46
|
-
.. code-block::
|
|
62
|
+
.. code-block:: zsh
|
|
47
63
|
|
|
64
|
+
pip install sanic==20.9.0
|
|
65
|
+
pip install sanic-cors==0.10.0.post3
|
|
66
|
+
pip install sanic-graphql==1.1.0
|
|
48
67
|
yes | pip install graphene==2.1.3
|
|
49
68
|
yes | pip install graphql-core==2.1
|
|
50
69
|
yes | pip install graphql-relay==0.4.5
|
|
@@ -83,5 +102,3 @@ See `https://github.com/episodeyang/ml_logger/tree/master/ml-dash-server/notes/R
|
|
|
83
102
|
|
|
84
103
|
.. |Downloads| image:: http://pepy.tech/badge/ml-dash
|
|
85
104
|
:target: http://pepy.tech/project/ml-dash
|
|
86
|
-
|
|
87
|
-
|
|
@@ -35,7 +35,7 @@ setup(name="ml-dash",
|
|
|
35
35
|
packages=[p for p in find_packages() if p != "tests"],
|
|
36
36
|
include_package_data=True,
|
|
37
37
|
install_requires=[
|
|
38
|
-
"cloudpickle==1.
|
|
38
|
+
"cloudpickle==3.1.1",
|
|
39
39
|
'dill',
|
|
40
40
|
"graphene==2.1.3",
|
|
41
41
|
"graphql-core==2.1",
|
|
@@ -48,7 +48,7 @@ setup(name="ml-dash",
|
|
|
48
48
|
"requests",
|
|
49
49
|
"requests_futures",
|
|
50
50
|
'ruamel.yaml',
|
|
51
|
-
'sanic',
|
|
51
|
+
'sanic==20.9.0',
|
|
52
52
|
'sanic-cors',
|
|
53
53
|
'Sanic-GraphQL',
|
|
54
54
|
"termcolor",
|
ml-dash-0.3.23/VERSION
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
0.3.23
|
|
File without changes
|
|
File without changes
|
{ml-dash-0.3.23 → ml-dash-0.3.26}/.run/pytest for test_pytorch_methods.test_torch_load.run.xml
RENAMED
|
File without changes
|
{ml-dash-0.3.23 → ml-dash-0.3.26}/.run/pytest for test_pytorch_methods.test_torch_load_sync.run.xml
RENAMED
|
File without changes
|
{ml-dash-0.3.23 → ml-dash-0.3.26}/.run/pytest for test_pytorch_methods.test_torch_save.run.xml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/css/main.a2e245bd.chunk.css.map
RENAMED
|
File without changes
|
|
File without changes
|
{ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/js/2.0c697312.chunk.js.LICENSE.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ml-dash-0.3.23 → ml-dash-0.3.26}/ml_dash/client-dist/static/js/runtime-main.34fb8e2d.js.map
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|