Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110939085
make_ds_query.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Apr 28, 21:22
Size
387 B
Mime Type
text/x-python
Expires
Wed, Apr 30, 21:22 (2 d)
Engine
blob
Format
Raw Data
Handle
25853141
Attached To
R8800 solar_potential
make_ds_query.py
View Options
#!/usr/bin/env python
import
numpy
as
np
import
pandas
as
pd
import
xarray
as
xr
import
os
import
sys
import
time
from
features
import
Training
,
Testing
data_path
=
sys
.
argv
[
1
]
dataset
=
sys
.
argv
[
2
]
queryname
=
sys
.
argv
[
3
]
query_loc
=
queryname
+
'.csv'
myquery
=
Testing
(
data_path
,
dataset
,
queryname
)
myquery
.
make_query
(
query_loc
)
myquery
.
normalize_input
(
force_normalization
=
True
)
Event Timeline
Log In to Comment