Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
11 views
5 pages
772 (Copy)
txt for json-1
Uploaded by
xasocep603
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Download
Save
Save 772 (copy) For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
11 views
5 pages
772 (Copy)
txt for json-1
Uploaded by
xasocep603
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save 772 (copy) For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 5
Search
Fullscreen
{
"session_name": "test_script 2",
"session_description": "DL testing for UI integration",
"design_state_data": {
"target": {
"prediction_type": "multiclass",
"target": "species",
"target_treatment": "Error"
},
"train": {
"time_ordering": false,
"time_variable": "",
"time_ordering_type": "ascending",
"sampling_method": "No sampling",
"number_of_records": 0,
"random_percent_to_use": 60,
"rebalance_method": "SMOTETomek",
"train_ratio": 0.8,
"random_seed": 47
},
"metrics": {
"optimize_model_hyperparameters_for": "AUC",
"optimize_threshold_for": "F1 Score",
"compute_lift_at": 0
},
"feature_handling": {
"sepal_length": {
"feature_name": "sepal_length",
"is_selected": true,
"feature_variable_type": "numerical",
"feature_details": {
"numerical_handling": "Keep as regular numerical feature",
"rescaling": "No rescaling",
"missing_values": "Replace with",
"impute_with": "Median of values",
"impute_value": 0,
"threshold_type": "Average of values",
"threshold_value": 0
}
},
"sepal_width": {
"feature_name": "sepal_width",
"is_selected": true,
"feature_variable_type": "numerical",
"feature_details": {
"numerical_handling": "Keep as regular numerical feature",
"rescaling": "No rescaling",
"missing_values": "Replace with",
"impute_with": "Median of values",
"impute_value": 0,
"threshold_type": "Average of values",
"threshold_value": 0
}
},
"petal_length": {
"feature_name": "petal_length",
"is_selected": true,
"feature_variable_type": "numerical",
"feature_details": {
"numerical_handling": "Keep as regular numerical feature",
"rescaling": "No rescaling",
"missing_values": "Replace with",
"impute_with": "Median of values",
"impute_value": 0,
"threshold_type": "Average of values",
"threshold_value": 0
}
},
"petal_width": {
"feature_name": "petal_width",
"is_selected": true,
"feature_variable_type": "numerical",
"feature_details": {
"numerical_handling": "Keep as regular numerical feature",
"rescaling": "No rescaling",
"missing_values": "Replace with",
"impute_with": "Median of values",
"impute_value": 0,
"threshold_type": "Average of values",
"threshold_value": 0
}
},
"species": {
"feature_name": "species",
"is_selected": true,
"feature_variable_type": "categorical",
"feature_details": {
"categorical_handling": "Frequency encoding",
"missing_values": "Drop rows",
"impute_with": "Most frequent value",
"impute_value": "",
"drop_dummy": "Default",
"min_frequency": 1,
"max_categories": 50,
"search_string": ""
}
}
},
"feature_generation": {
"linear_interactions": {
"linear_interactions": [],
"impute_with": "Average of values",
"impute_value": 0,
"linear_scale": "robust"
},
"polynomial_interactions": {
"polynomial_interactions": [],
"impute_with": "Average of values",
"impute_value": 0,
"polynomial_scale": "robust"
},
"explicit_pairwise_interactions": {
"explicit_pairwise_interactions": [],
"explicit_pairwise_scale": "robust"
}
},
"feature_reduction": {
"feature_reduction_method": "No Feature reduction",
"No Feature reduction": {
"is_selected": true,
"num_of_features_to_keep": 5
},
"Correlation with target": {
"is_selected": false,
"num_of_features_to_keep": 3
},
"Tree-based": {
"is_selected": false,
"num_of_features_to_keep": 3,
"depth_of_trees": 2,
"num_of_trees": 10
},
"Principal Component Analysis": {
"is_selected": false,
"num_of_features_to_keep": 3
},
"LASSO regression": {
"is_selected": false,
"num_of_features_to_keep": 3,
"regularization": []
}
},
"hyperparameters": {
"search_method": "Grid Search",
"No Grid Search": {
"is_selected": true,
"random_state": 47
},
"Grid Search": {
"is_selected": true,
"random_state": 0,
"max_iterations": 0
},
"Randomized Search": {
"is_selected": false,
"random_state": 0,
"max_iterations": 0
},
"Bayesian Search": {
"is_selected": false,
"random_state": 0,
"max_iterations": 0
},
"cross_validation_strategy": {
"strategy": "StratifiedKFold",
"StratifiedKFold": {
"is_selected": true,
"random_state": 1000,
"n_splits": 3,
"shuffle": false
},
"KFold": {
"is_selected": false,
"random_state": 1000,
"n_splits": 3,
"shuffle": false
},
"StratifiedShuffleSplit": {
"is_selected": false,
"random_state": 1000,
"n_splits": 3,
"test_size": 0.1
},
"ShuffleSplit": {
"is_selected": false,
"random_state": 1000,
"n_splits": 3,
"test_size": 0.1
},
"TimeSeriesSplit": {
"is_selected": false,
"n_splits": 3
}
}
},
"weighting_strategy": {
"weighting_strategy_method": "No weighting",
"No weighting": {
"is_selected": true
},
"Sample weights": {
"is_selected": false,
"weighting_strategy_variable": ""
},
"Balanced": {
"is_selected": false
}
},
"probability_calibration": {
"None": {
"is_selected": true
},
"Sigmoid - Platt Scaling": {
"is_selected": false
},
"Isotonic Regression": {
"is_selected": false
}
},
"algorithms": {
"NeuralNetwork": {
"model_name": "NeuralNetwork",
"is_selected": true,
"code_block": "# Following Modules have been configured and
imported in the backend\nimport torch.nn as nn\nimport torch.nn.functional as F\n\
n\n#
###################################################################################
###############\n# Define the neural network architecture within the '__init__'
method. Method signatures and returns\n# should not be altered. Utilize the
'forward' method for implementing activation functions in each layer.\n#
###################################################################################
###############\n\nclass NeuralNetwork(nn.Module):\n\n # Do not change the
method signature. Input and output features are essential parameters.\n # Modify
the body of this method as needed for defining the neural network architecture.\n
def __init__(self,\n number_of_input_features,\n
num_output_features):\n super(NeuralNetwork, self).__init__()\n\n #
number_of_input_features: The total number of features in the dataframe after
preprocessing.\n # The backend ensures that this value is accurately set
after the preprocessing steps.\n self.number_of_input_features =
number_of_input_features\n\n # num_output_features: The expected number of
output features. For regression, set to 1; for classification,\n # set to
the number of target categories.\n self.num_output_features =
num_output_features\n\n #
##################################################################################\
n # USER MODIFIABLE SECTION: Modify the code below as needed for building
out layers\n #
##################################################################################\
n\n\n # Dropout: % of random weights in each layer that are set to 0. Set
the probability ('p') for\n # zeroing random weights. Example: p = 0.1\n
self.dropout = nn.Dropout(p=0.1)\n\n # out_features : This variable can be
changed by the user\n self.input_layer =
nn.Linear(in_features=self.number_of_input_features,\n
out_features=10) # Value set to 10 as an illustrative example\n\n # NOTE:
Number of neurons in each of the layers can be changed as required.\n #
Ensure that the number of \"out_features\" neurons in the previous layer is the
same as\n # \"in_features\" neurons in the next layer\n
self.hidden_layer_1 = nn.Linear(in_features=10, # Output of the previous layer\n
out_features=50) # Value set to 50 as an illustrative example\n
#self.hidden_layer_2 = nn.Linear(in_features=50,\n
#out_features=30)\n self.output_layer = nn.Linear(in_features=50,
out_features=self.num_output_features)\n\n\n\n\n #
###################################################################################
#######\n # Define the activation functions for each layer. Do not change the
method signature.\n # Users can modify this method as needed for customization.\
n #
###################################################################################
#######\n def forward(self, x):\n x = self.input_layer(x)\n\n #
##################################################################################\
n # USER MODIFIABLE SECTION: Modify the code below as needed for defining
activation functions\n #
##################################################################################\
n\n # Apply ReLU activation to x\n x = F.relu(input=x)\n\n x =
self.hidden_layer_1(x)\n #x = F.relu(input=x)\n #x =
self.hidden_layer_2(x)\n x = F.relu(input=x) # User can change as needed\n\
n # Output layer does not require activation function\n x =
self.output_layer(x)\n\n # For binary/multiclass experiments: Uncomment the
line below to apply softmax activation to x\n x = F.softmax(x)\n\n
return x\n",
"param_grid": "{\n 'NeuralNetwork__max_epochs': [200, 100],\n
'NeuralNetwork__lr': [0.01, 0.001],\n 'NeuralNetwork__batch_size': [16, 32]\n}"
}
},
"session_info": {
"project_name": "Deep learning testing",
"project_id": "127",
"experiment_id": "542274047268950852",
"experiment_name": "deep learning testing 2",
"dataset": "iris_DL_test",
"session_name": "test_script 2",
"session_id": "7",
"session_description": "DL testing for UI integration",
"session_mode": "deeplearning"
}
}
}
You might also like
Essential n8n Playbook
From Everand
Essential n8n Playbook
Leandro Calado
No ratings yet
Lorentzian Classification Strategy by StrategiesForEveryone Modded
PDF
No ratings yet
Lorentzian Classification Strategy by StrategiesForEveryone Modded
25 pages
Sap Workflow For Beginners Step by Step
PDF
86% (7)
Sap Workflow For Beginners Step by Step
5 pages
769 (Copy)
PDF
No ratings yet
769 (Copy)
5 pages
775 (Copy)
PDF
No ratings yet
775 (Copy)
5 pages
Algoparams From Ui - Json
PDF
0% (1)
Algoparams From Ui - Json
7 pages
Lorentzian Classification Strategy - Teamviewer
PDF
No ratings yet
Lorentzian Classification Strategy - Teamviewer
9 pages
B58 Random Forest
PDF
No ratings yet
B58 Random Forest
4 pages
Experiment01 Baseline Models Accuracy
PDF
No ratings yet
Experiment01 Baseline Models Accuracy
35 pages
B58 - Handling Missing Values, Feature - Selection
PDF
No ratings yet
B58 - Handling Missing Values, Feature - Selection
4 pages
Pramkk
PDF
No ratings yet
Pramkk
10 pages
Slip
PDF
No ratings yet
Slip
5 pages
Ai Predictor (SAB)
PDF
No ratings yet
Ai Predictor (SAB)
9 pages
ML Lorentzian Classification Script
PDF
No ratings yet
ML Lorentzian Classification Script
18 pages
Smart Factory Energy Prediction - Ipynb
PDF
No ratings yet
Smart Factory Energy Prediction - Ipynb
355 pages
FB Models PDF
PDF
No ratings yet
FB Models PDF
14 pages
Dsbda Assignment 6
PDF
No ratings yet
Dsbda Assignment 6
5 pages
Old Script
PDF
No ratings yet
Old Script
12 pages
CSET301 LabW8L2
PDF
No ratings yet
CSET301 LabW8L2
1 page
Rev2
PDF
No ratings yet
Rev2
36 pages
LRNTZ
PDF
No ratings yet
LRNTZ
11 pages
ML - LAB - 7 - Jupyter Notebook
PDF
100% (1)
ML - LAB - 7 - Jupyter Notebook
7 pages
4.baysian Network
PDF
No ratings yet
4.baysian Network
3 pages
Model Modified Day
PDF
No ratings yet
Model Modified Day
190 pages
G 203008076 - 4 - Christhian Quiñonez - Ex1 - 2 A PDF
PDF
No ratings yet
G 203008076 - 4 - Christhian Quiñonez - Ex1 - 2 A PDF
20 pages
1
PDF
No ratings yet
1
13 pages
Model Modified Night
PDF
No ratings yet
Model Modified Night
168 pages
Learning Framework
PDF
No ratings yet
Learning Framework
18 pages
S6 - Data Mining Lab Experiments (Except 1)
PDF
No ratings yet
S6 - Data Mining Lab Experiments (Except 1)
6 pages
Keeratsi HW8
PDF
No ratings yet
Keeratsi HW8
17 pages
Random Forest: Implementaciones de Scikit-Learn Sobre QSAR
PDF
100% (1)
Random Forest: Implementaciones de Scikit-Learn Sobre QSAR
11 pages
Import Numpy As NP Import Pandas As PD
PDF
No ratings yet
Import Numpy As NP Import Pandas As PD
7 pages
Codigo Modelo
PDF
No ratings yet
Codigo Modelo
5 pages
Product IP
PDF
No ratings yet
Product IP
17 pages
Decision Trees
PDF
No ratings yet
Decision Trees
7 pages
Random Forest
PDF
No ratings yet
Random Forest
8 pages
FDP Session 4 (Decision Tree)
PDF
No ratings yet
FDP Session 4 (Decision Tree)
1 page
Ai Int-1
PDF
No ratings yet
Ai Int-1
6 pages
Import As Import As Import As Import: Pandas PD Numpy NP Matplotlib - Pyplot PLT Sklearn DF PD - Read - CSV DF
PDF
No ratings yet
Import As Import As Import As Import: Pandas PD Numpy NP Matplotlib - Pyplot PLT Sklearn DF PD - Read - CSV DF
9 pages
1 10
PDF
No ratings yet
1 10
4 pages
Hands On Practical Examples On Sequential Feature Selection in Python
PDF
No ratings yet
Hands On Practical Examples On Sequential Feature Selection in Python
26 pages
DWDM Lab 3
PDF
No ratings yet
DWDM Lab 3
10 pages
ML Journal External
PDF
No ratings yet
ML Journal External
14 pages
Dsbda Assig 6 Data Analytcs 3
PDF
No ratings yet
Dsbda Assig 6 Data Analytcs 3
6 pages
KNN For Classification
PDF
No ratings yet
KNN For Classification
5 pages
Import As Import As From Import Import As: - Init
PDF
No ratings yet
Import As Import As From Import Import As: - Init
5 pages
RICT PandC Example 2
PDF
No ratings yet
RICT PandC Example 2
13 pages
Heart Disease Classification Full-1
PDF
No ratings yet
Heart Disease Classification Full-1
3 pages
Lab Manual ML
PDF
No ratings yet
Lab Manual ML
23 pages
Code:: To Find Frequent Itemsets and Association Between Different Itemsets Using Apriori Algorithm
PDF
No ratings yet
Code:: To Find Frequent Itemsets and Association Between Different Itemsets Using Apriori Algorithm
28 pages
ML Functions
PDF
No ratings yet
ML Functions
12 pages
Copy of Final Project
PDF
No ratings yet
Copy of Final Project
16 pages
Untitled Document
PDF
No ratings yet
Untitled Document
6 pages
Data Mining Assignment No. 1
PDF
No ratings yet
Data Mining Assignment No. 1
7 pages
Machine Learning Unit4
PDF
No ratings yet
Machine Learning Unit4
8 pages
Name: Suprit Darshan Shrestha Reg - no:19BCE2584: Lab DA1 Machine Learning Lab
PDF
No ratings yet
Name: Suprit Darshan Shrestha Reg - no:19BCE2584: Lab DA1 Machine Learning Lab
9 pages
Hyperparameter Tuning
PDF
No ratings yet
Hyperparameter Tuning
9 pages
Know Your Dataset: Season Holiday Weekday Workingday CNT 726 727 728 729 730
PDF
No ratings yet
Know Your Dataset: Season Holiday Weekday Workingday CNT 726 727 728 729 730
1 page
Decision Tree
PDF
No ratings yet
Decision Tree
4 pages
JavaScript: Advanced Guide to Programming Code with Javascript: JavaScript Computer Programming, #4
From Everand
JavaScript: Advanced Guide to Programming Code with Javascript: JavaScript Computer Programming, #4
Charlie Masterson
No ratings yet
JavaScript: Advanced Guide to Programming Code with JavaScript
From Everand
JavaScript: Advanced Guide to Programming Code with JavaScript
Charlie Masterson
No ratings yet
Vsphere Vcenter Server 70 Installation Guide
PDF
No ratings yet
Vsphere Vcenter Server 70 Installation Guide
88 pages
BFS, Stacks & Queue Data Structure
PDF
No ratings yet
BFS, Stacks & Queue Data Structure
10 pages
Auto LISP
PDF
No ratings yet
Auto LISP
18 pages
Machine Learning Approaches For Fake Reviews Detection A Systematic Literature Review
PDF
No ratings yet
Machine Learning Approaches For Fake Reviews Detection A Systematic Literature Review
27 pages
Huawei CH121 V3 1 PDF
PDF
No ratings yet
Huawei CH121 V3 1 PDF
29 pages
MYSQL
PDF
No ratings yet
MYSQL
44 pages
SWITCH Poe sg350 E
PDF
No ratings yet
SWITCH Poe sg350 E
4 pages
Usa Esim
PDF
No ratings yet
Usa Esim
3 pages
Experiment No. 7: Objective
PDF
No ratings yet
Experiment No. 7: Objective
25 pages
JSS 1 - 3
PDF
No ratings yet
JSS 1 - 3
6 pages
Poly Studio x50 Ds en
PDF
No ratings yet
Poly Studio x50 Ds en
3 pages
Maths in Data Science
PDF
No ratings yet
Maths in Data Science
3 pages
Zebra L10 Rugged Tablet - Accessory Guide
PDF
No ratings yet
Zebra L10 Rugged Tablet - Accessory Guide
41 pages
Apache Unomi 1.X - Documentation
PDF
No ratings yet
Apache Unomi 1.X - Documentation
53 pages
Microsoft Powerbi Connection Adw
PDF
No ratings yet
Microsoft Powerbi Connection Adw
11 pages
Pre-Intermediate Business Writing: Worksheet 9: An Internal Memo
PDF
No ratings yet
Pre-Intermediate Business Writing: Worksheet 9: An Internal Memo
2 pages
253 Apl Modbus-Protocol en 140929
PDF
No ratings yet
253 Apl Modbus-Protocol en 140929
12 pages
Security Best Practices
PDF
No ratings yet
Security Best Practices
9 pages
Ezserver User Guide: Ezhometech
PDF
No ratings yet
Ezserver User Guide: Ezhometech
120 pages
NES Collection
PDF
No ratings yet
NES Collection
1 page
Computer Science Technology - Programming (Profile 420.BP)
PDF
No ratings yet
Computer Science Technology - Programming (Profile 420.BP)
2 pages
Test Bank - 2
PDF
No ratings yet
Test Bank - 2
57 pages
FCSS Soc An-7.4
PDF
No ratings yet
FCSS Soc An-7.4
5 pages
Sample Exam LCSPC V082019A EN
PDF
No ratings yet
Sample Exam LCSPC V082019A EN
8 pages
Blackberry IMC Plan
PDF
100% (5)
Blackberry IMC Plan
105 pages
DSCI 303: Machine Learning For Data Science Fall 2020
PDF
No ratings yet
DSCI 303: Machine Learning For Data Science Fall 2020
5 pages
Ciena 6500 Hardware Components Research
PDF
No ratings yet
Ciena 6500 Hardware Components Research
37 pages
LA Network Manager Software Manual
PDF
No ratings yet
LA Network Manager Software Manual
45 pages
Mongodb Vs Mysql
PDF
No ratings yet
Mongodb Vs Mysql
10 pages