Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some options! #78

Open
wants to merge 38 commits into
base: main
Choose a base branch
from
Open

Some options! #78

wants to merge 38 commits into from

Conversation

cloner174
Copy link

No description provided.

@cloner174
Copy link
Author

fixing axis=1 in the part with dropping 'date' column with pandas . it kept gave error duo to not specified the param 'axis' for 1. -> in Custom dataset.
adding MinMaxScaler, and can be access via: kind_of_scaler = 'MinMax'
adding name_of_col_with_date which is very useful since the title of the date column may not be exactly the 'date'! in some cases.
kind_of_optim let you choose between 'AdamW', 'SparseAdam', 'SGD', 'RMSprop', 'RAdam', 'NAdam' ,'LBFGS','Adamax' 'ASGD' 'Adadelta' 'Adagrad' , for optimizing and of course the default is Adam!
test_size let you decide the size of test! which force the train and validate data to obey!
train_size = 0.9 - test_size default is 0.2
let the arg.criter be 'default' (which is MSE) as it is provided in run.py. I am not sure about that. But for now it also be 'MAE'

@cloner174
Copy link
Author

Assume you initialize the model with name 'exp'. After training , you can use these:
exp.trues_during_training
exp.preds_during_training
exp.train_losses
exp.test_losses

@cloner174
Copy link
Author

Just let me know if you faced with any error. or if you have any questions .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant